addResponseHeaderAction
Description
Append a response header. H2 pseudo header will be ignored.
Evaluation scope
Evaluation scope defines the timing where this filter will be applied.
{.alert .alert-info} ::: responseHeaderReceivedFromRemote This scope occurs the moment fluxzy has done parsing the response header. :::
YAML configuration name
addResponseHeaderAction
Settings
The following table describes the customizable properties available for this action:
{.property-table .property-table-action} ::: | Property | Type | Description | DefaultValue | | :------- | :------- | :------- | -------- | | headerName | string | | | | headerValue | string | | |
:::
Example of usage
The following examples apply this action to any exchanges
Add a content-security-policy
header on response.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: AddResponseHeaderAction
headerName: content-security-policy
headerValue: default-src 'none'
.NET reference
View definition of AddResponseHeaderAction for .NET integration.
See also
The following actions are related to this action:
- addRequestHeaderAction
- addResponseHeaderAction
- updateRequestHeaderAction
- updateResponseHeaderAction
- deleteRequestHeaderAction
- deleteResponseHeaderAction <<<<<<< HEAD =======
- setUserAgentAction
b5d51bd2a3f1870beb9607eaba46ac93d959bb15