- Property Manager name: Validate Entity Tag (ETag)
- Behavior version: The
v2024-08-13
rule format supports thevalidateEntityTag
behavior v1.2. - Rule format status: Deprecated, outdated rule format
- 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.
You can specify whether this behavior should support only strong ETag
values, ignoring weak ETag
and always returning a full response, or weak values should also be accepted. For more details, see the RFC Standard.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the ETag validation behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} |