As seen in the above image, the multiple cookies received have all been clubbed under one header, thus making it infeasible to retrieve each of the cookies individually.
Information on your n8n setup
n8n version: 0.219.1
Database you’re using (default: SQLite): Postgres
Running n8n with the execution process [own(default), main]: main
Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker
it’s almost impossible to judge which ; to select as the demarcation between different cookies, as opposed to different attributes within an individual cookie.
Sadly this is the best I have available at the moment, It would be a case of splitting on the ; and working from there. This is one of those things where it will need to be prioritised to be implemented although I may have a quick look later in the week to see if it is a quick fix.
I’ve created a fork that allows this, but please be warned I’m very inexperienced in TS, although I hope to get better so I can contribute more.
Please see the screenshots for the updated respond to webhook node.