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"