Information may be Out-of-Date
This page about deprecated software versions is shown for
reference purposes only. Information on this page is not
maintained and may no longer be valid.
Please find the latest manual for Webserver Stress Tool here:
OnBeforeRequest Samples
OnBeforeRequest Samples
Writing to the user’s logfile
data.log="Doing a "+data.requesttype+"-request for click #"+inttostr(data.clickcount+1)+" of user #"+inttostr(data.usernumber+1)
Adding custom text to the HTTP Header
request.additionalheader="MyOwnHeaderline"