Httpwebrequest ~ how can I fill out web forms?

simpleonline12

New member
Sep 29, 2009
191
3
0
I am new to webrequesting and I'm 50% on webbrowser options. I know when using a webbrowser you would fill forms using the web element like ID or Tag, etc.
How can I do the same thing using httpwebrequest?
For example let's say I have a form that I am going to fill out...
Name
Password
Street Address
Telephone Number
etc

How would one go about filling these out if using the httpwebrequest option?
Thanks
 


The language you want to use would be a help...

But anyway, I'm sure theres a library out there that'll help do what you want.
 
Pinchyfingers do you have any guildes that you can point me to start learning python?

As far as power goes....does python has more power than C# or VB.NET
 
Simpleonline, check out how to do HTTP POSTs with HttpWebRequest. Use LiveHttpHeaders to get post parameters for your form.