VB.NET ~ Recaptcha telling me "Answer was correct" Please paste below??

simpleonline12

New member
Sep 29, 2009
191
3
0
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

xkuikp.jpg
 


...

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

You need to be writing that stuff to a debug log, every request you send and every response you get, all headers.

Do that shit for something you know works, then do it again in the way that is causing you problems.

Take both debug logs and compare.