- Property Manager name: Edge Server Identification
- Behavior version: The
v2024-10-21
rule format supports theedgeOriginAuthorization
behavior v1.1. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Allows the origin server to use a cookie to ensure requests from Akamai servers are genuine.
This behavior requires that you specify the cookie's domain name, so it is best to deploy within a match of the hostname. It does not work properly when the origin server accepts more than one hostname (for example, using virtual servers) that do not share the same top-level domain.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the cookie-authorization behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
cookieName | string | Specifies the name of the cookie to use for authorization. | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
value | string | Specifies the value of the authorization cookie. | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
domain | string | Specify the cookie's domain, which needs to match the top-level domain of the | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} |