login to website with post method
- by druffmuff
I want to log in into a website with c#.
Here's the html code of the forumlar:
<form action="http://www.site.com/login.php" method="post" name="login" id="login">
<table border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr><td><b>User:</b></td><td…