S
Sean Walsh
I want to perform the following manual steps
programatically.
1) I go to a secure website (https://secure.xxx.yyy)
where I am prompted for a user name and password with
windows authorization dialog.
2) After I enter my user name and password, I am taken
to a 'Do you agree' webpage that requires I click an 'I
agree' submit button.
3) I am then taken to a report criteria web page, where
I can select criteria, press submit, and am then taken to
a webpage that displays my report (that I will eventually
need to scrape).
I have seen that I need to use webrequest and webresponse
with networkcredentials in order to login to the web
page. However, I cannot figure out how to use these
objects to 'navigate' past the 'Do you agree' page and
ultimately post criteria data to the report page.
Thanks for any help - sample code greatly appreciated.
programatically.
1) I go to a secure website (https://secure.xxx.yyy)
where I am prompted for a user name and password with
windows authorization dialog.
2) After I enter my user name and password, I am taken
to a 'Do you agree' webpage that requires I click an 'I
agree' submit button.
3) I am then taken to a report criteria web page, where
I can select criteria, press submit, and am then taken to
a webpage that displays my report (that I will eventually
need to scrape).
I have seen that I need to use webrequest and webresponse
with networkcredentials in order to login to the web
page. However, I cannot figure out how to use these
objects to 'navigate' past the 'Do you agree' page and
ultimately post criteria data to the report page.
Thanks for any help - sample code greatly appreciated.