Link to home
Start Free TrialLog in
Avatar of NickJohnson
NickJohnson

asked on

How to fetch a URL in ASP

Hello,

This question refers to ASP, not to ASP.NET.

Given a URL, I need to download a page and put it's body into a variable.

This needs to happen at the server-side.  Because of the nature of my application, to download this in javascript or browser-side vb is unacceptable.  It must be downloaded by the server, and not by the web browser.


Thank you,
Nick
ASKER CERTIFIED SOLUTION
Avatar of peterxlane
peterxlane

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NickJohnson
NickJohnson

ASKER

Does this require the page's content to be valid xml?
Awesome; just checked it, it works.

Thanks,
Nick