WooCommerce without access to /wp-admin/
-
Using latest version of WooCommerce –?2.3.11.
Problem is:
We set up nginx to drop request to /wp-admin/ from outside the office network.
This is a security precaution, as no one ever should access wp-admin/ (except us from intranet).We only want a simple shop on our website, no user registration -> Always guest checkout.
Why does WooCommerce request /wp-admin/.. stuff anyway?
AJAX requests to that site get blocked and the shop doesn’t work as expected.It doesn’t work as there is are lot of AJAX request from WooCoommerce going around. Several of them block UI elements until they received a “valid” response from /wp-admin/admin-ajax.php.
e.g.:
/wp-content/plugins/woocommerce/assets/js/frontend/checkout.js blocks, waits for ajax response, then unblocks onsuccess.
This should not happen.Why is blocking needed? For what?
Thans for helping
- The topic ‘WooCommerce without access to /wp-admin/’ is closed to new replies.