I cant get set-cookie header in login request

there is no set-cookie in response header

Information on your n8n setup

  • n8n version:1.91.2
  • Database (default: SQLite):SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):own
  • Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • Operating system:Ubuntu

You are getting a redirect/302, so the output you are seeing from the node is coming from the next http response - after the redirect is followed. Here is the combination of settings you need to make this work.

More details in this post too.

1 Like

thank you, it works

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.