Forum Moderators: open
It also didn't retrieve the thumbnails displayed on the page like a normal user would, leading me to think is a bot.
should I ban anything that wants "head"?
(slap it in the face for asking :)
And AVG doesn't seem to be creating 'head' gets.
I've seen the '1813' tagged on the end in other commands but not these gets. When AVG hits my site with their pre-checker they just seem to repeat the command after adding the ending '/'.
Here's the UA end of one 'head':
.html HTTP/1.1" 200 0 "-" "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
it is doing a 'head' for the web page
followed by a 'get' to the exact same page from the exact same IP.
seems kind of pointless or botlike.
Maybe is some other virus checker besides AVG?
The first generation Linkscanner used the ;1813 User-Agent string.
We are now seeing the third-generation AVG LinkScanner roll out, in response to the issues identified in those threads.
HEAD requests are also issued by caching proxies, commonly used by ISPs like AOL and EarthLink and by corporations. It is frequently used to check the Last-Modified date on a resource, to determine whether the cache should load a new copy from your server, or if it can simply use the previously-cached copy, thus saving your server bandwidth and delivering content faster to the client browser.
So no, HEAD requests do not positively identify a robot. There are many uses for HEAD requests, and many user-agents use them.
Jim
[edited by: jdMorgan at 3:08 am (utc) on July 6, 2008]