How to submit a form automatically using HttpWebResponse

Posted on Stack Overflow See other posts from Stack Overflow
Published on 2009-05-25T14:37:42Z Indexed on 2010/04/05 16:43 UTC
Read the original article Hit count: 430

I am looking for an application that can do the following

a) Programmatically auto login to a page(login.asxp) using HttpWebResponse by using already specified username and password.

b) Detect the redirect URL if the login is successful.

c) Submit another form (settings.aspx) to update certain fields in the database.

The required coding needs to be using asp.net

The application needs to complete this entire process in the same session cookie.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about httpwebresponse