deleteRequestHeaderAction

Description

Remove request headers. This action removes every occurrence of the header from the request.

Evaluation scope

Evaluation scope defines the timing where this filter will be applied.

{.alert .alert-info} ::: requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client :::

YAML configuration name

deleteRequestHeaderAction

Settings

The following table describes the customizable properties available for this action:

{.property-table .property-table-action} ::: | Property | Type | Description | DefaultValue | | :------- | :------- | :------- | -------- | | headerName | string | | |

:::

Example of usage

The following examples apply this action to any exchanges

Remove every Cookie header from request.

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: DeleteRequestHeaderAction
    headerName: Cookie

.NET reference

View definition of DeleteRequestHeaderAction for .NET integration.

See also

The following actions are related to this action:

b5d51bd2a3f1870beb9607eaba46ac93d959bb15