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.\n
\n
For example, if the WAT script was:\n
\n
page0\n
GET http://www.uptimesoftware.com:80/index.html\n
GET http://www.uptimesoftware.com:80/images/logo.gif\n
\n
The monitor would issue two requests: one for index.html and another for logo.gif (and download the target image).\n
\n
However, if the WAT script was:\n
\n
page0\n
GET http://www.uptimesoftware.com:80/index.html\n
\n
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