I too am getting this problem this is my error
"Thread #1 : Error occurred : Failed to get page http://ip.bablosoft.com/?requestid=88198 with HttpClient"
It seems I keep sending GET requests but am getting nothing in return. Is this just a temporary bug on bablosofts side? or is it a fixable error on my side, let me know what you guys think
Recaptcha sitekey via http
-
Is there anyway to find a recaptcha sitekey through http requests? I am interacting with the twitch api via https://passport.twitch.tv/login and on occasion get served with a google captcha that am i unsure how to solve as i cannot find the site key. Any help is appreciated, thanks.
-
Update. I have found the correct sitekey and am now able to solve the captcha accordingly. However when I send a http request to login with the json payload containing the user, pass and compelted captcha token I receive json back saying that the Captcha is incorrect. I am using the following json payload via POST:
{
"username": [[user]],
"password": [[pass]],
"client_id": [clientid],
"g-recaptcha-response": [[solvedtoken]]
}