C# httpwebrequest expert needed

xpro

Regular Member
Joined
Jan 21, 2009
Messages
442
Reaction score
24
Hello

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.

But again httpwebrequest is a really bad choice.

Hello

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 :(
 
Back
Top