Login in to a website using webrequest & webresponse

T

the_only_steven

Hello all,

I'm trying to write a program that gets the sourcecode of a website
(there are already many on the web i know) but for the website i want
it to use i have to login.

Since i'm totally new to the webrequest and webresponse i have no idea
on how to do this.

The login on the website is coded like this
Username:
<input type="text" name="login_username">

Password:
<input type="password" name="login_password">


Remember Me
<input type="checkbox" name="remember" value="1">

Login button
<input type="submit" value="Login"></p>

If someone knows or has a sample please let me know.

Much apreciated,
Steven
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top