ShiinaMashiro
Junior Member
- Mar 19, 2015
- 110
- 24
Hi there,
i like to develop my own private bots when i need automations on specific tasks and i've been quite successfull for many tasks.
However, i'm working now on my first bot that uses only HTTP Request and i have a problem i'm unable to solve right now :
-> I need to load a page A to perform a specific action on a website
-> Sometimes, when i load page A, some content get replaced by a reCaptcha that i need to solve to get access to the "real" page A.
-> I solve the captcha using an online anti captcha api, and i replicated all the static fields from a "manual" request, and changed all the variables that changes at every request (login cookie, g recaptcha response, etc...)
When i do it manually i get access to page A, when i do it programmatically i only get the login page (even though i didnt even disconnect...)
Any programmer that give me a clue about what's happening ?
Your help is much appreciated
i like to develop my own private bots when i need automations on specific tasks and i've been quite successfull for many tasks.
However, i'm working now on my first bot that uses only HTTP Request and i have a problem i'm unable to solve right now :
-> I need to load a page A to perform a specific action on a website
-> Sometimes, when i load page A, some content get replaced by a reCaptcha that i need to solve to get access to the "real" page A.
-> I solve the captcha using an online anti captcha api, and i replicated all the static fields from a "manual" request, and changed all the variables that changes at every request (login cookie, g recaptcha response, etc...)
When i do it manually i get access to page A, when i do it programmatically i only get the login page (even though i didnt even disconnect...)
Any programmer that give me a clue about what's happening ?
Your help is much appreciated