I just found these two entries in my error logs:
Date: 2012-02-09 11:33:46.693
PageUrl: http://thebusinessbook.com/SalfordComamp;tbo=1&q=related:http:/www.barnesandnoble.com/c/city-of-salford-commun2onmousedown=return
Error: A potentially dangerous Request.Path value was detected from the client (&).
UrlReferrer: http://www.salford.gov.uk/contact-socialservices.htm
UserAgent: Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)
UserHostAddress: 217.155.37.153 UserHostName: 217.155.37.153
Date: 2012-02-09 11:33:41.027
PageUrl: http://thebusinessbook.com/SalfordComamp;tbo=1&q=related:http:/www.barnesandnoble.com/c/city-of-salford-commun2munitySocialServices
Error: A potentially dangerous Request.Path value was detected from the client (&).
UrlReferrer: http://www.salford.gov.uk/contact-socialservices.htm
UserAgent: Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)
UserHostAddress: 217.155.37.153 UserHostName: 217.155.37.153
So this error has happened because there is an &
character in the URL without a preceding ?
to mark a query string.
What I don't understand is the URL referrer. The listed page is from a UK government website. My site doesn't have anything to do with them, and the page doesn't have any links to my site on it. I have read that sometimes spammers use untrue UrlReferrer headers, but I can't see why a government site would have anything to do with this.
What reasons could there be to cause this? Buggy script on the .gov
site, a dumb user, or maybe something my end?
Should I do anything about it, or just ignore it?