reCAPTCHA blocks the authentication with WP REST API
-
Im using Google Captcha (reCAPTCHA) and when this plugin is activated it blocks the authentication request to get JWT Authentication for WP REST API plugin token.
Here is POST request for example:
https://reqbin.com/yiayil0bError response with reCaptcha activated:
{ "code": "[jwt_auth] incorrect_password", "message": "Authentication failed.", "data": { "status": 403 } }
Correct response after deactivating reCaptcha:
{ "token":"token", "user_email": "[email protected]", "user_nicename": "123", "user_display_name": "123 \u0430\u043f\u0440\u0430\u0440" }
Allow IP List fixes the issue. But in this case it works only for requests from my IP.???♂?
Is it possible to remove reCaptcha protection for some wp-json scenaries?The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘reCAPTCHA blocks the authentication with WP REST API’ is closed to new replies.