Screen-scraping of a secure page of any site on https:// with asp.net in C#
Posted
by Ajit
on Stack Overflow
See other posts from Stack Overflow
or by Ajit
Published on 2010-03-19T09:15:35Z
Indexed on
2010/03/19
9:21 UTC
Read the original article
Hit count: 541
I've done site scraping of secure page of any site on http:// but when I am trying to scrap any site on https:// then i always scrape the login page not secure page.
Please advice what should i do for scraping a secure page of any site on https://.
© Stack Overflow or respective owner