- Property Manager name: Response Header
- Criteria version: The
v2024-08-13
rule format supports theresponseHeader
criteria v1.2. - Rule format status: Deprecated, outdated rule format
- Access: Read/Write
- Allowed in includes: Yes
Match HTTP header names or values.
Option | Type | Description | Requires | |
---|---|---|---|---|
headerName | string | The name of the response header, for example | {"displayType":"string","tag":"input","type":"text"} | |
matchOperator | enum | Narrows the match according to various criteria. | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF","EXISTS","DOES_NOT_EXIST","IS_LESS_THAN","IS_MORE_THAN","IS_BETWEEN"],"tag":"select"} | |
IS_ONE_OF | The field's | |||
IS_NOT_ONE_OF | The field's | |||
EXISTS | The HTTP field | |||
DOES_NOT_EXIST | The HTTP field | |||
IS_LESS_THAN | Matches ranges when the | |||
IS_MORE_THAN | Matches ranges when the | |||
IS_BETWEEN | Is between the numeric | |||
values | string array | The response 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"]}} |
lowerBound | number | When the | matchOperator is either: IS_MORE_THAN , IS_BETWEEN | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"matchOperator","op":"in","value":["IS_MORE_THAN","IS_BETWEEN"]}} |
upperBound | number | When the | matchOperator is either: IS_LESS_THAN , IS_BETWEEN | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"matchOperator","op":"in","value":["IS_LESS_THAN","IS_BETWEEN"]}} |
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 | When enabled, the match is case-sensitive 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"]}} |