Viewing 8 replies - 1 through 8 (of 8 total)
  • Could you provide further information on what you are wanting to exclude it from?

    Thread Starter barnabas1

    (@barnabas1)

    If I have set the Rest API to strict, how can I exclude a plugin from this strict restriction?

    Sorry for the delay in getting back to you.

    Hmmm, I’m a user of both iThemes Security Free and iThemes Security Pro and don’t know a way to do this.

    Are you getting a specific error message or error code?

    Thread Starter barnabas1

    (@barnabas1)

    Hello,
    When I tried to sychronize some woocommerce data to another plugin but the rest API Strict restriction was preventing the sychronization. I was wondering if I can continue using the strict REST api restriction while excluding communivation between certain plugins. Maybe is too complex scenario?

    Hi,

    When enabled (Restricted Access) the iTSec plugin REST API setting hooks into the rest_dispatch_request filter like so:

    add_filter( 'rest_dispatch_request', array( $this, 'filter_rest_dispatch_request' ), 10, 4 );

    Under certain conditions I think a plugin could try and remove the filter before using a REST API endpoint that is normally affected by the restriction (only a limited number of REST API endpoints is restricted).

    +++++ To prevent any confusion, I’m not iThemes +++++

    • This reply was modified 2 years, 9 months ago by nlpro.
    Thread Starter barnabas1

    (@barnabas1)

    @nlpro Hello, I have forwarded your advice to the developers of the plugin that was conflicting with iThemes strict Rest API restriction. Thank you for your reply.

    @barnabas1 I think the solution would be to use Application Passwords but this is something that I haven’t used myself.

    Let me know if you give this a try and how it works for y’all.

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi @barnabas1, I hope the information provided helped resolve your issue. Since we haven’t received a response, I’ll mark this post resolved. If you still need some assistance, feel free to open a new support topic, and we’d be happy to assist. Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Exclude plugin’ is closed to new replies.