Hi,I'm trying to solve some google recaptchas using an external service (2captcha/anticaptcha) using node.js. Basically I'm scraping a site and if the captcha appears, i hand over the siteKey to anticaptcha and wait for response. I get the solution from anticaptcha after sometime, and when i try to make a post request tohttps://https://ift.tt/2JSVKih get the following response:["uvresp",null,null,null,1]My content type is: application/x-www-form-urlencodedthe form data that i'm passing is as follows:c: solutionToCaptcha (obtained from anticaptcha API)t: startTimect: endTimebut i also notice, that when solving the captcha on the site manually via the browser, there are 3 more forms keys (response, bg, v). Where do i obtain these from? Also if anyone knows anything about solving google recaptchas using Node.js please let me know.Thanks!
Submitted November 10, 2018 at 04:00PM by mclovin4009
No comments:
Post a Comment