Skip to main content

HTTP Client: ExtractCookie

Extract cookie from given HTTP response.

Input

CookiesREQUIRED

Cookies connector, usually from an HTTP response.

Parameters

KeyREQUIRED
Which key you expect cookie to be set.
Default value

If set, fallback in case cookie was not set.

Output

Cookie value (Text)
Cookie value, or default value if set.