Helpful Information
 
 
Category: .Net Development
Automatic login to a website

Hi...
I'd like to know if there's anybody out there who knows how to do something like this:

I have a web address and the login information for a website. Now what I want to do is use the log-in information to create a connection to the web site using the HTTPWebRequest/ Response classes from the .NET framework. The reason I need to do this is because I want to get the source code of a page that is created dynamicly by the website after you login.

I know that the login info is passed by a HTTP POST message.

Thanks in advance :D

if you create an instance of the HTTPWebRequest, im sure it allows you to send POST data along with the URL. I have used this before, i will try to dig out my source code for you,

Tom










privacy (GDPR)