Can anyone tell me what this means:

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
snap624
Lieutenant (LT)
Lieutenant (LT)
Posts: 58
Joined: Mon Jan 19, 2009 2:53 pm

Can anyone tell me what this means:

Post by snap624 » Wed Aug 11, 2010 1:15 pm

Under page tracking the method says: HEAD. What does that indicate? It usually says: GET or POST . I don't know what this indicates. The ip address was associated with Amazon. We are a stand alone store and do no business with Amazon or for Amazon. Could anyone enlighten me as to why they would hit my site in this way? Thanks.

User avatar
mikek
Commander (CMDR)
Commander (CMDR)
Posts: 112
Joined: Wed Oct 15, 2008 9:30 pm
Location: Boston, MA
Contact:

Re: Can anyone tell me what this means:

Post by mikek » Wed Aug 11, 2010 9:37 pm

HEAD is useful when you want information about a page, but don't actually want to see the page itself. It's most useful to check if a page exists, or when it was last modified. The biggest users of HEAD requests are proxies and search engines, which use HEAD requests to check whether or not they have
a current copy of the page in their cache. If the last-modified date returned in the HEAD matches what the proxy has cached, then a whole page lookup
is saved. The request is most probably coming from Alexa (owned and operated by Amazon).
Mike Kolev

snap624
Lieutenant (LT)
Lieutenant (LT)
Posts: 58
Joined: Mon Jan 19, 2009 2:53 pm

Re: Can anyone tell me what this means:

Post by snap624 » Thu Aug 12, 2010 7:52 am

Thank you for the information. I was just curious. Now I know. :)

Post Reply