Creating a yahoo mail account creator but have problem with the post string

xpro

Regular Member
Jan 21, 2009
438
23
Hello

I've been trying to create a yahoo mail account creator using httpwebrequest(c#) and the problem I'm facing is with the post string, some information is being passed which are never returned from earlier get methods when loading the yahoo mail registration page. Here is one part of it

tmp_hid=7_KUbVdL_LJ8avSWGUJASfkOxobK4nzZn.mS7T9Sv.mQEiSKtoszDVKMcI8F.QIzLu3dwPtO37yk48qoVCEbPTW37B7A8oRYgMi2wj1zMvwFBFsD0wIyabx9ZVo2io17%7EB

I captured all traffic with Fiddler but when I search for "7_KUbVdL_LJ8" I can see it in 2 earlier GET methods and that data is part of the ADS request header, it can not be found anywhere in responses.

Anyone know what is going on with this? how can it show up in a request if it never showed in a response cause I need to extract that data and include it in my post request.

Best Regards!
 
Could it be Yahoo is using a different protocol to send that data back which is the reason its not showing up in Fiddler?
 
try using web browser control and just insert with code values to the input fields and click submit
 
try using web browser control and just insert with code values to the input fields and click submit

I have one that works with web browser control, but I wanted to make it work with httpwebrequest.
 
I'm running out of ideas to try, I can send you my code which works 100% besides the last part and offer you money to do the post part for me. Please let me know how much you want in order to fix it.

Best Regards!
 
yahoo signup runs over a secure connection HTTPS

make sure you're set up to log that in. haven't used that particular packet logger but i know httpanalyzer does https/ssl.

ignore the swf, it is not necessary for success.
 
i m having same kind of problem glad i find this thread , smack can u please tell me how i can ignore the swf by httpwebrequest ?? all other things are working but its impossible to wait till captcha answer field loads please help me i cant pm so i m waiting for your answer

best regards
 
i m having same kind of problem glad i find this thread , smack can u please tell me how i can ignore the swf by httpwebrequest ?? all other things are working but its impossible to wait till captcha answer field loads please help me i cant pm so i m waiting for your answer

best regards

you need to capture traffic on a browser which does not have flash installed
 
hmm capture traffic means ? u mean i have to use webbrowser and uninstall flash player is it ?? if its right then its wont be multi threaded :( sorry if i m wrong thx in advance ...
 
hmm capture traffic means ? u mean i have to use webbrowser and uninstall flash player is it ?? if its right then its wont be multi threaded :( sorry if i m wrong thx in advance ...

You have to create a mail account on a browser which does not have flash installed. Example Firefox with no flash installed and use fiddler to capture it, and it will work.
 
well i tried both things still same result with httpwebrequest i duno whats wrong i removed flash player from my pc still same i think i have to use same old fashion way webbrowser control ... :(
 
well i tried both things still same result with httpwebrequest i duno whats wrong i removed flash player from my pc still same i think i have to use same old fashion way webbrowser control ... :(

which browser did you use to capture traffic?
 
firefox , its not even getting catcha enter field only audio one is coming but i m using httpwebrequest so its not related to browser i think ... did u coded ur self in webbrowser or httpwebrequest ??? i m already having and coded in webbrowser but i want to make it multithreaded C# is so buggy :(
 
firefox , its not even getting catcha enter field only audio one is coming but i m using httpwebrequest so its not related to browser i think ... did u coded ur self in webbrowser or httpwebrequest ??? i m already having and coded in webbrowser but i want to make it multithreaded C# is so buggy :(

Yea I coded myself using httpwebrequest, if you are new to httpwebrequest it will be hard at first, but you'll get used to it. Send me your AIM over PM I'll help you out.
 
yeah its true i m new in httpwebrequest i m more php programmer just started using c# looks cool but i stuck bcoz its not able to get captcha enter filed thx a lot for help i cant send pm yet my nick is kelvinthechamp pls add thx
 
yeah its true i m new in httpwebrequest i m more php programmer just started using c# looks cool but i stuck bcoz its not able to get captcha enter filed thx a lot for help i cant send pm yet my nick is kelvinthechamp pls add thx

ok, its 1:14 AM here, I'll talk to you tomorrow
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock