HTTP Request in n8n sets two cookies, in Postman three - I need the missing one

Describe the problem/error/question

I’m trying to get a XSRF-TOKEN for the login into a web application.
In Postman my response header looks like this:

In n8n the response looks like:

Where does the difference come from?
And how can I retrieve the XSRF-Token in n8n?

Information on your n8n setup

  • n8n version: 1.54.4
  • Database (default: SQLite): PostgreSQL
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker

hi @Chris7935

Can you please share the complete workflow? and the full POST example so I can test?

Looks like the headers are not parsed correctly somehow, note the PHPSESSID cookie is not seen on [1] of the set-cookie array.

Thanks!