Explain
ETag
Enables conditional requests to reduce bandwidth by reusing cached content when unchanged.
InfoCategory: caching
What it is
ETag is a cache validator. Browsers can send If-None-Match and receive a 304 Not Modified.
Related guides
Enables conditional requests to reduce bandwidth by reusing cached content when unchanged.
ETag is a cache validator. Browsers can send If-None-Match and receive a 304 Not Modified.