Home All Groups Group Topic Archive Search About

How to retrieve data with HttpWebRequest

Author
16 Apr 2005 7:07 PM
Kevin
A certain web site has a couple text boxes and a submit button.
Through code I want to be able to send the request and retrieve the
information, but I'm not sure how to set it up.  It uses a cookie and
a jsessionid for authentication.  I'm new to web programming.  Can
someone show me how to do this through code?