paulo.jesus
New member
Greetings.
I’m facing a problem to bypass this captcha:
bloomberg.com/tosv2.html?vid=&uuid=080c4880-08ce-11eb-9415-c7b0b3d3613b&url=Lw==
I used this code to find the callback function name:
https://gist.github.com/2captcha/2ee70fa1130e756e1693a5d4be4d8c70
I’m filling the field g-recaptcha-response with the response:
'document.getElementById("g-recaptcha-response").innerHTML="' . $captchaSolverResponse['response'] . '";'
And calling the handleCaptcha(solveResponse).
'handleCaptcha("' . $captchaSolverResponse['response'] . '");'
When I call handleCaptcha the page just reloads asking to solve the captcha again.
I have other implementations that use twocapcha like this and are working fine. I don't know what I'm doing wrong.
Please, any help would be much appreciated.
I’m facing a problem to bypass this captcha:
bloomberg.com/tosv2.html?vid=&uuid=080c4880-08ce-11eb-9415-c7b0b3d3613b&url=Lw==
I used this code to find the callback function name:
https://gist.github.com/2captcha/2ee70fa1130e756e1693a5d4be4d8c70
I’m filling the field g-recaptcha-response with the response:
'document.getElementById("g-recaptcha-response").innerHTML="' . $captchaSolverResponse['response'] . '";'
And calling the handleCaptcha(solveResponse).
'handleCaptcha("' . $captchaSolverResponse['response'] . '");'
When I call handleCaptcha the page just reloads asking to solve the captcha again.
I have other implementations that use twocapcha like this and are working fine. I don't know what I'm doing wrong.
Please, any help would be much appreciated.
Last edited by a moderator: