- Property Manager name: Request Type
- Criteria version: The
latest
rule format supports therequestType
criteria v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
Matches the basic type of request. To use this match, you need to be thoroughly familiar with how Akamai edge servers process requests. Contact your Akamai Technical representative if you need help, and test thoroughly on staging before activating on production.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchOperator | enum | Specifies whether the request | {"displayType":"enum","options":["IS","IS_NOT"],"tag":"select"} | |
IS | The request is the type of specified | |||
IS_NOT | The request is not the type of specified | |||
value | enum | Specifies the type of request, either a standard | {"displayType":"enum","options":["CLIENT_REQ","ESI_FRAGMENT","EW_SUBREQUEST"],"tag":"select"} | |
CLIENT_REQ | A client request. | |||
ESI_FRAGMENT | An Edge Side Include fragment. | |||
EW_SUBREQUEST | An EdgeWorkers sub-request. |