Screen-scraping a site with a asp.net form login in C#?
Posted
by Ajit
on Stack Overflow
See other posts from Stack Overflow
or by Ajit
Published on 2010-03-18T13:35:55Z
Indexed on
2010/03/18
13:41 UTC
Read the original article
Hit count: 377
Hi Friends,
i've created a web application in asp.net so far. where i've tried to get some data(site scraping) from secure page of a web site.I've used the HttpWebRequest class for this functionality but i haven't accessed the secure page yet. Every time the login pages was scraped not secure page.I have the site user id and password and don't know that which language site has been developed in.
Please advice what should i do ?
© Stack Overflow or respective owner