Remove request headers. This action removes every occurrence of the header from the request.
Evaluation scope defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
deleteRequestHeaderAction
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 Cookie header from request.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: DeleteRequestHeaderAction
headerName: Cookie
View definition of DeleteRequestHeaderAction for .NET integration.
The following actions are related to this action: