Stever wrote on 10/21/2008 6:33 PM: > How do I update the headers. Apparently this is done from the server > side.
It depends on your server-side language and web server. Apache can set headers using mod_headers: http://httpd.apache.org/docs/2.0/mod/mod_headers.html#header Depending on your server-side language (Lasso, PHP, Python, Perl, etc) you'd have to look it up as it differs per language. > I know you said I could add a random query statement to the URL in > the load You can do that instead of setting the headers. Might be easier if you're unsure of how to set response headers. - Bil