Hello,
I'm using this request to solve an invisble recaptcha v2 ( the website is https://consultaunificadapje.tse.jus.br),
The latest capmonster is able to generate a token, however the token is considered invalid by the website. The same request using 2captcha or Capmonster cloud works, generating tokens that are valided by the website.
Could you please help me? what I`m doing wrong?
I'm using this request to solve an invisble recaptcha v2 ( the website is https://consultaunificadapje.tse.jus.br),
JavaScript:
params = {
'json': 1,
'method': 'userrecaptcha',
'version': 'v2',
'googlekey': '6LdDHdAZAAAAADC9LhQEEyWBcpmV0A-2ZVVcslwq',
'pageurl': 'https://consultaunificadapje.tse.jus.br',
'invisible': 1
}
Could you please help me? what I`m doing wrong?