ad-m / python-anticaptcha

Client library for solve captchas with Anticaptcha.com support.
http://python-anticaptcha.readthedocs.io/en/latest/
MIT License
222 stars 51 forks source link

python-AntiCaptcha not working with web application which requires authentication #100

Open AdlanKadri opened 2 years ago

AdlanKadri commented 2 years ago

we have integrated anticaptcha APIusing 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.

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 )