- Property Manager name: Request Type
- Criteria version: The
latestrule format supports therequestTypecriteria v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latestrule 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. |
