SetCookie component
In Dovetail you can authenticate with almost any web api available, now you can also authenticate using session cookies.
With the SetCookie component you can set cookies in a 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 remove a cookie from the Cookie Store
by using the RemoveCookie Component.
The SetCookie component can be used to authenticate with web API's using Sessions. You can overwrite a cookie by it's Name
and Domain
.
Configuration
The SetCookie component has the following configuration options:
Name
Specify the name of the desired cookie.
Value
Specify the value of the desired cookie.
Domain
Optionally specify the domain for which the cookie is valid.
Path
Optionally specify the path for which the cookie is valid.
Is Secure
Enable this option to only allow this cookie for encrypted connections (HTTPS).