Doing some testing, currently, and running into some issues with this.
We've got a couple cases where things like 'cast' or 'open' are appropriate for our webpages.
I've setup an AlwaysAllowedQueryStrings section:
[AlwaysAllowedQueryStrings]
branch=Openshaw
branch=Newcastle+upon+Tyne
Now, this is great... and it works fine, if I look up /town.asp?branch=Openshaw
However, some of our pages will send branch=Openshaw&x=22&y=9 and URLScan appears to be treating "&x=22&y=9" as part of branch=
Is there any way around this? The product could really save us while we hound vendors to update their code to account for SQL injection/etc. But with these cases, it would do about as much harm as good, at this stage.
Thanks in advance.