Click here to Skip to main content
16,017,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all
recently i have been working with Webbrowser I can do all the stuff in it easy. recently I decided to port my program to WebClientEx and replace many stuff that i did in webbrowser b/c they can't be used in Threads. They can be but i don't like it. So i was able to do all the stuff that browser do in WebClientEx, except for login. I was able to login to some of sites using Post. I don't really understand how Get works but my problem is not that. Actually i want to know how the webbrowser manages submit button. I am able to get the name of the Variables it uses and also the name of the submit button. But i don't know what logIn String it uses.
What i have tried so far
There is a tool in FireFox called Temperer it shows what browser sends to the client when we press login. It show a lot of options, Including Login String and the Variables the Browser was sending.
But i can't connect it all. How do it really work.
Help Coders.
Posted

1 solution

 
Share this answer
 
Comments
Tassaduq009 24-Jan-11 6:40am    
ok i will take a look
tanks
Tassaduq009 24-Jan-11 6:42am    
I have done that thing long ago i want my software to learn that how really the webbrowser understand what to send to the server. i can manage cookies ans stuff well.
Tassaduq009 28-Jan-11 4:53am    
Na this can work for individual sites but not for all.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900