- Property Manager name: Validate Entity Tag (ETag)
- Behavior version: The
v2024-01-09
rule format supports thevalidate_entity_tag
behavior v1.2. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Instructs edge servers to compare the request's ETag
header with that of the cached object. If they differ, the edge server sends a new copy of the object. This validation occurs in addition to the default validation of Last-Modified
and If-Modified-Since
headers.
Note that Akamai only supports strong ETag
values. Weak ETag
values are ignored and a full response is always returned. For more details, see the RFC Standard.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the ETag validation behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} |