ETag (Entity Tag)
An HTTP response header that provides a unique identifier for a specific version of a resource. Clients can send the ETag back in an If-None-Match header for conditional requests. If the resource hasn't changed, the server returns 304 Not Modified instead of the full response body, saving bandwidth. ETags can be strong (byte-for-byte identical) or weak (semantically equivalent).