JavaScript package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, Cloudflare turnstile, funcaptcha, geetest and solve any other captchas.
When solving Turnstile Standalone, I'm getting this error:
APIError: Some parameters are missing in this request. If you're using a pre-provided function, please open up an issue on the GitHub (https://github.com/dzmitry-duboyski/2captcha-ts)
It's because 2captcha is throwing ERROR_BAD_PARAMETERS.
I did some tests using Postman and discovered that this probably happens because it's required to send data using POST method.
When solving Turnstile Standalone, I'm getting this error:
It's because 2captcha is throwing
ERROR_BAD_PARAMETERS
.I did some tests using Postman and discovered that this probably happens because it's required to send data using POST method.
Currently
cloudflareTurnstile()
uses GET.