Screen scraping over SSL with .NET

Posted by Even Mien on Stack Overflow See other posts from Stack Overflow or by Even Mien
Published on 2009-06-04T15:17:51Z Indexed on 2010/03/20 6:41 UTC
Read the original article Hit count: 682

Filed under:
|
|
|

What solutions exist for screen scraping a site over SSL for use with .NET?

My use case is that I need to login to a partner website (https), navigate through a dynamic hierarchy, and download a zipped file of reports.

I certainly could use other screen scrapers if there are no good viable options in .NET, either though the framework or OSS.

© Stack Overflow or respective owner

Related posts about screen-scraping

Related posts about .NET