I had coded a c# app using httpwebrequest witch created yahoo mail accounts, but now it has stopped working and no matter what I try, it never succeeds at creating the account. If you can do it contact me.
It's a bad way to use httpwebrequest at all, i would suggest sockets.
Download "tamper data" (a firefox plugin) so you can see all the requests happening during creating the account and compare that with your process.
I had coded a c# app using httpwebrequest witch created yahoo mail accounts, but now it has stopped working and no matter what I try, it never succeeds at creating the account. If you can do it contact me.
Yeah but with Sockets you need to implement Http yourself, and with Socks, SSL, gzip/deflate etc... its not that easy, so to get started HttpWebRequest is not that bad.
Thanks for the reply guys, I did compare the data with Tamper data and using Fiddler as well, everything looks like its matching. When I submit the request it says that I need to enter the captcha again even though I'm sure it was correct. I've spent 2 days on this and still no go. Not sure what to do now
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.