• Resolved alpha2

    (@neoseeyou)


    Hello

    We have a store with a lot of plugins (woocommerce/membership/subscription/mailchimp etc..) and although we want to protect access to some parts like /wp-json/wp/v2/users/, we don’t want to break some essential features of our site.

    Is there a way to check (without looking at the code for each plugin) if a plugin uses the rest api?

    Thanks to you

Viewing 1 replies (of 1 total)
  • Plugin Author Dave McHale

    (@dmchale)

    Hello @neoseeyou

    Your best bet is probably to check the Disable REST API admin settings page after installing the other plugin(s), and investigate the full list of discovered endpoints. In most cases if a plugin does utilize the REST API, you should see its registered endpoints there and can whitelist them as necessary. Unfortunately, it is possible for some plugins to register their endpoints in ways that they are not visible on that page – with luck a future update will be able to improve the discovery process.

    Dave

Viewing 1 replies (of 1 total)
  • The topic ‘Check all rest api call’ is closed to new replies.