- Property Manager name: Request Header
 - Criteria version: The 
v2025-10-16rule format supports therequestHeadercriteria v1.1. - Rule format status: GA, stable
 - Access: Read/Write
 - Allowed in includes: Yes
 
Match HTTP header names or values.
| Option | Type | Description | Requires | |
|---|---|---|---|---|
headerName | string | The name of the request header, for example   | {"displayType":"string","tag":"input","type":"text"} | |
matchOperator | enum | Narrows the match criteria.  | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF","EXISTS","DOES_NOT_EXIST"],"tag":"select"} | |
IS_ONE_OF | Tests whether the field's   | |||
IS_NOT_ONE_OF | Tests whether the field's   | |||
EXISTS | Tests if the   | |||
DOES_NOT_EXIST | Tests if the   | |||
values | string array | The request header's value, for example   | matchOperator is either: IS_ONE_OF, IS_NOT_ONE_OF | {"displayType":"string array","tag":"input","todo":true}{"if":{"attribute":"matchOperator","op":"in","value":["IS_ONE_OF","IS_NOT_ONE_OF"]}} | 
matchWildcardName | boolean | Allows wildcards in the   | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
matchWildcardValue | boolean | Allows wildcards in the   | matchOperator is either: IS_ONE_OF, IS_NOT_ONE_OF | {"displayType":"boolean","tag":"input","type":"checkbox"}{"if":{"attribute":"matchOperator","op":"in","value":["IS_ONE_OF","IS_NOT_ONE_OF"]}} | 
matchCaseSensitiveValue | boolean | Sets a case-sensitive match for the   | matchOperator is either: IS_ONE_OF, IS_NOT_ONE_OF | {"displayType":"boolean","tag":"input","type":"checkbox"}{"if":{"attribute":"matchOperator","op":"in","value":["IS_ONE_OF","IS_NOT_ONE_OF"]}} | 
