Recaptcha and rest api
-
Hello,
I have been having a problem authenticating site users using wordpress rest api. When recaptcha is enabled, I always get:
{
“code”: “[jwt_auth] wfls_captcha_verify”,
“message”: “VERIFICATION REQUIRED: Additional verification is required for login. Please check the email address associated with the account for a verification link.”,
“data”: {
“status”: 403
}
}I have tried setting the firewall in learning mode. I have also tried changing the recaptcha human threshold. The site uses the standard WP login page.
If I disable recaptcha, rest api works as expected. Any thoughts?
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Recaptcha and rest api’ is closed to new replies.