You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have integrated anticaptcha API using the library python-anticaptcha to Bypass the recaptcha V2 on an application that requires authentication (user-password), the API manages to return a TOKEN, but this TOKEN does not work on the page.
we tested the same thing on a DEMO page, and it works.
Is it because we are on a web application with authentication? is there a way to handle this?
PS : we dug deeper into the browser emulation but it still doesn't pass (the error message is: Invalid reCAPTCHA.Please try again , even though I passed the token directly on the page (the hidden input of recaptcha-response )
The text was updated successfully, but these errors were encountered:
we have integrated
anticaptcha API
using the librarypython-anticaptcha
to Bypass therecaptcha V2
on an application that requires authentication (user-password), the API manages to return a TOKEN, but this TOKEN does not work on the page.we tested the same thing on a DEMO page, and it works.
PS : we dug deeper into the browser emulation but it still doesn't pass (the error message is:
Invalid reCAPTCHA.Please try again
, even though I passed the token directly on the page (the hidden input of recaptcha-response )The text was updated successfully, but these errors were encountered: