RemoveCookie component
In Dovetail you can authenticate with almost any web api available, now you can also authenticate using session cookies.
With the RemoveCookie component you can remove a cookie from the Cookie Store
that is available throughout the flow, for as long as it is installed. This Cookie Store
will be added to every single HTTP Component called in the flow.
You can set a cookie to the Cookie Store
by using the SetCookie Component.
The RemoveCookie component can be used to remove expired or unused cookies. You can overwrite a cookie by it's name
and domain
with the SetCookie Component.
Configuration
The RemoveCookie component has the following configuration options:
Property | Description |
---|---|
Name | The name of the cookie in the Cookie Store . |
Domain | The domain on which the cookie was available. (Optional) |
Remarks
- All properties can contain
${header.<key>}
and${headers.<key>}
values.