How to access HTML page from other site via ASP?

SharePro

New Member
Hi,<BR>I want to read file specified by http:// URL to my website. How can I read or copy a file which is from other web server directly? . Can I make a request a webpage to other webserver, and response from that web server line by line?<BR>I want to do it with ASP3.0 or ASP.net without using XML parser.<BR>Regards<BR>Vishal KHAPREIf you could do that then you could read anyones server code and it would be a major security flaw. (there used to be ways to do this, but thankfully they have been patched) You can do a screen scrape of the rendered page, but not the source code. For info on this search for screen scraping on this site.
 
Back
Top