Request Get Cookies node
The Request - Get Cookies node extracts specific HTTP cookies from an incoming request and makes them available within the flow.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Save in the flow store
Define one or more cookie names to retrieve from the incoming request. Cookie names can be added individually using the field's repeatable entry control, or provided through a {{variable}} that already resolves to a list of cookie names at runtime.
Variable name (freely defined by the user) where the retrieved cookies will be stored.
There is also a flag to make the variable available to the frontend.
Default output node
- Success
- Failure
JSON metadata
{
"name": "get_cookies",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "server_side_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Request - Get Cookies"
}, {
"lang": "it",
"value": "Request - Get Cookies"
}
],
"nodeName": "GetCookie",
"index": 5,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}