2captcha-java icon indicating copy to clipboard operation
2captcha-java copied to clipboard

Turnstile requires 3 parameters

Open LubomirKovalcik opened this issue 2 years ago • 0 comments

Turnstile requires 3 parameters, if you do not use proxy.

type String Yes Task type:TurnstileTaskProxylessTurnstileTask
websiteURL String Yes The full URL of target web page where the captcha is loaded. We do not open the page, not a problem if it is available only for authenticated users
websiteKey String Yes Turnstile sitekey. Can be found inside data-sitekey property of the Turnstile div element

But tasktype is missing, therefore API always return error BAD_PARAMETERS when using without proxy.

LubomirKovalcik avatar Sep 26 '23 01:09 LubomirKovalcik