• Hi there,
    I am using both WooCommerce and iThemes Security on our site. I am using the Rest API to take information from WooCommerce and upload it into a separate system.

    When iThemes is active, I get a 403 error when I pull the information from WooCommerce. (It works fine if the plugin is deactivated.)

    What do I need to change in either the settings or the .htaccess file to make this work?

    https://wordpress.org/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
  • in htaccess it was for me:
    RewriteRule ^.* – [F,L]

    So I just uncheck “Enable HackRepair.com’s blacklist feature” in iThemes Security.

    Does anyone know how to edit the htaccess to allow just the WooCommerce REST API and keep the HackRepair.com’s blacklist feature enabled?

Viewing 1 replies (of 1 total)
  • The topic ‘403 Error with WooCommerce Rest API’ is closed to new replies.