Use your IIS logs with WCAT
I just want to write this down so I do not forget it. I found this article that describes how to convert your IIS logs to a script that you can run with WCAT.
http://theether.net/kb/100128
I had to change the HOST header to the script that was generated. And as you can see you can add any header you like to the default section at the top of the script.
setheader { name = "Host"; value = "my.domain.com"; } setheader { name="Accept-Language"; value="sv-se,en-us;q=0.7,en;q=0.3"; }
