Replies: 1 comment
-
I figured out that the cookie was not set because the status code was not 200, and normally it would be set. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Nuxt and I'm using the
routeRules
config to proxy requests to another server, but it seems that the cookies are not sent from server to client. ThedevProxy
option keeps the cookies, but it only works in the development server.How can I proxy requests while keeping the set-cookie header? Do I need to write functions to do this or this can be done within the configuration?
Beta Was this translation helpful? Give feedback.
All reactions