C
cgian31
I need to access an info page in an external website, normally
accessible after filling username and password in a form.
I would like to hide this complexity (!) from the user, allowing them
to access it through an internal web page (which I would design) maybe
with a simple hyperlink.
How could I use ASP.NET for designing a webpage that will
programmatically fill out two fields (user and password) in a simple
html form (through https)?
The application will fill the two fields and virtually click the
"login" button
on the web form.
I lack the overview how to practically do this.
accessible after filling username and password in a form.
I would like to hide this complexity (!) from the user, allowing them
to access it through an internal web page (which I would design) maybe
with a simple hyperlink.
How could I use ASP.NET for designing a webpage that will
programmatically fill out two fields (user and password) in a simple
html form (through https)?
The application will fill the two fields and virtually click the
"login" button
on the web form.
I lack the overview how to practically do this.