Disabled REST API with Application Passwords?
-
Hi Team,
So I am trying to make a GET call from Zapier to a WordPress site which has Cerber installed.
I have REST API disabled with exceptions:
- Logged In Users
- Administrator
I have setup a Application Password for the administrator and I am trying to send this GET request with the user|application password in basic authorization however I am getting ‘Forbidden’ response.
If I turn off Disable REST API it works.
We need this Disable REST API to also acknowledge that the call is coming from an Authorised user’s credentials. Not just logged in user.I don’t want to enable the REST API to public users, only to those who include their User and Application Password Authorisation.
Do you have a suggested method to allow this?
I am trying to do a simple call on a media ID using /wp-json/wp/v2/media/%id%
- The topic ‘Disabled REST API with Application Passwords?’ is closed to new replies.