B
Brian Taylor
I am trying to get some data from a web site that has form-based
authentication (username/password with submitt button).
So I just need to write software to go to the URL, enter the username and
password and download the information from the resulting page.
Does anyone know how to do this - that is entering the username and
password?
(I can tried to add CredentialCache object to a WebRequest but I think I
need to somehow Post the username and password information to the page.)
Brian
authentication (username/password with submitt button).
So I just need to write software to go to the URL, enter the username and
password and download the information from the resulting page.
Does anyone know how to do this - that is entering the username and
password?
(I can tried to add CredentialCache object to a WebRequest but I think I
need to somehow Post the username and password information to the page.)
Brian