removeResponseCookieAction

Description

Remove a response cookie by setting the expiration date to a past date.

Evaluation scope

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

responseHeaderReceivedFromRemote This scope occurs the moment fluxzy has done parsing the response header.

YAML configuration name

removeResponseCookieAction

Settings

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

Property Type Description DefaultValue
name string Cookie name

Example of usage

The following examples apply this action to any exchanges

Remove a cookie named JSESSIONID.

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: RemoveResponseCookieAction
    name: JSESSIONID

.NET reference

View definition of RemoveResponseCookieAction for .NET integration.

See also

This action has no related action


Go back to list