Retreived HTML (Not Cached):

<html>
<head>
<title>ASP 101 Http Request Sample Page</title>
</head>
<body>

<h1>ASP 101 Http Request Sample Page</h1>

<p>
This is a sample HTML page that we threw together
to illustrate doing an http request via ASP.
</p>

<p>
This file was served at: 4:51:42 PM (Webserver Time)
</p>

</body>
</html>

The content in the box is retrieved via HTTP and is then cached for up to one minute. As you refresh the page, pay attention to the timestamp in the returned HTML. For comparison, it is currently: 4:51:42 PM


Click here to read about and download the source code.