Remove a response cookie by setting the expiration date to a past date.
Evaluation scope defines the timing where this filter will be applied.
responseHeaderReceivedFromRemote This scope occurs the moment fluxzy has done parsing the response header.
removeResponseCookieAction
The following table describes the customizable properties available for this action:
Property | Type | Description | DefaultValue |
---|---|---|---|
name | string | Cookie name |
The following examples apply this action to any exchanges
Remove a cookie named JSESSIONID
.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: RemoveResponseCookieAction
name: JSESSIONID
View definition of RemoveResponseCookieAction for .NET integration.
This action has no related action