Page Level API Recorder


When recording this page press the refresh button that much often until all request for pictures will be recorded with WebPageUrl.
Clear the recorder.
Position your cursor in the browser's Url combo box and press return. If the recorder doesn't crash continue pressing the refresh button.

The document embeds three pictures. Each request for a picture will be redirected where the first picture's response is invalid HTTP.

<script language="JavaScript"> document.write('<img src="Invalid303Picture.asp">'); document.write('<img src="RedirectToAPicture1.asp">'); document.write('<img src="RedirectToAPicture.asp">'); </script>