Property Manager Name: Request Header
Match HTTP header names or values.
Options
- headerName (string): The name of the request header, for example, Accept-Language.
- matchOperator (enum string): Narrows the match according to the following criteria:
- EXISTS or DOES_NOT_EXIST tests whether the field headerName exists.
- IS_ONE_OF or IS_NOT_ONE_OF tests whether the field’s value string matches.
- values (array of string values): The request header’s value, for example en-US when the header headerName is Accept-Language.
- matchWildcardName (boolean): When enabled, allows * and ? wildcard matches in the headerName field.
- matchWildcardValue (boolean): When enabled, allows * and ? wildcard matches in the value field.
- matchCaseSensitiveValue (boolean): When enabled, the match is case-sensitive for the value field.