ApplicationGatewayHeaderConfiguration interface
Header configuration of the Actions set in Application Gateway.
Properties
header |
Header name of the header configuration. |
header |
Header value of the header configuration. |
header |
An optional field under "Rewrite Action". It lets you capture and modify the value(s) of a specific header when multiple headers with the same name exist. Currently supported for Set-Cookie Response header only. For more details, visit https://aka.ms/appgwheadercrud |
Property Details
headerName
Header name of the header configuration.
headerName?: string
Property Value
string
headerValue
Header value of the header configuration.
headerValue?: string
Property Value
string
headerValueMatcher
An optional field under "Rewrite Action". It lets you capture and modify the value(s) of a specific header when multiple headers with the same name exist. Currently supported for Set-Cookie Response header only. For more details, visit https://aka.ms/appgwheadercrud
headerValueMatcher?: HeaderValueMatcher