Remove response headers. This action removes every occurrence of the header from the response.
Evaluation scope defines the timing where this filter will be applied.
responseHeaderReceivedFromRemote This scope occurs the moment fluxzy has done parsing the response header.
deleteResponseHeaderAction
The following table describes the customizable properties available for this action:
Property | Type | Description | DefaultValue |
---|---|---|---|
headerName | string |
The following examples apply this action to any exchanges
Remove every Set-Cookie header from response.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: DeleteResponseHeaderAction
headerName: Set-Cookie
View definition of DeleteResponseHeaderAction for .NET integration.
The following actions are related to this action: