Let me quote from Wikipedia straight away… <snip> An ETag, or entity tag, is part of HTTP, the protocol for the World Wide Web. It is one of several mechanisms that HTTP provides for cache validation, and which allows a client to make conditional requests. This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed….. An ETag is an opaque identifier assigned by a web server to a specific version of a...
[More]