I have my app setup to solve captcha's manually using webrequest.
With Re-captcha is something that I have to request myself from the server.
Enter the noscript version of the recaptcha code and it directs me to the re-captcha website.
I solve the code they give me there and it gives me the answer below.
If I try to paste that code into the response I get a bad string error.
I tested it on a webbrowser first but without a browser to see what's going on in my POST of the request I'm in the dark. The HTML of the code given back is just the same as the original so I'm assuming that it's failing on the POST as well.
My question is what the hell do we do with that long string they give me to use?
thanks
With Re-captcha is something that I have to request myself from the server.
Enter the noscript version of the recaptcha code and it directs me to the re-captcha website.
I solve the code they give me there and it gives me the answer below.
If I try to paste that code into the response I get a bad string error.
I tested it on a webbrowser first but without a browser to see what's going on in my POST of the request I'm in the dark. The HTML of the code given back is just the same as the original so I'm assuming that it's failing on the POST as well.
My question is what the hell do we do with that long string they give me to use?
thanks
