WP-API / Basic-Auth

Basic Authentication handler for the JSON API, used for development and debugging purposes
761 stars 281 forks source link

ReCaptcha Error #69

Open premudeshi opened 3 years ago

premudeshi commented 3 years ago

Hi all, I am on the latest wordpress version so this may be the issue, however I get an recaptcha error every time I try to use Postman to log into to upload images.

Here is the return when I use basic auth as the authorization. { "code": "recaptcha_error", "message": "<strong>The reCAPTCHA wasn't entered correctly. Please try it again.</strong>", "data": null }

What could I do?