You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Image handling within the WAT monitor is handled differently depending on the playback script. For example, if the WAT script was:
page0
GET http://www.uptimesoftware.com:80/index.html GET http://www.uptimesoftware.com:80/images/logo.gif
The monitor would issue two requests: one for index.html and another for logo.gif (and download the target image). However, if the WAT script was:
page0
GET http://www.uptimesoftware.com:80/index.html
The monitor would only issue one request for index.html page and it would not retrieve the logo.gif that appears on the index page.

  • No labels