header_constraint
Last updated
Was this helpful?
Last updated
Was this helpful?
name
Header key to match on. Supports regex expressions.
value
Header value to match on. Supports regex expressions.
case_sensitive
If true
, then the regex matching will be case sensitive. Defaults to false
.
invert
For example, to match only X-Forwarded-Proto: "http"
:
But to match anything NOT "https":
If true
, invert the regex match. This allows easier "not" expressions.