Cookie issues

My response header contains a valid set cookie header but the cookie is not being saved in my browser cookie storage
2 Replies
CodyC
CodyC4d ago
What API are you using to set the cookie? Can you verify the cookie header was received by your browser? Why do you think it's not stored by your browser? (How did you verify?) Have any code/screenshots? It's hard to debug with just the info you have provided.
Mr.Possumz
Mr.Possumz4d ago
can you provide a screenshot of the browser's network call response headers to show us what the cookie on the response looks like and what header it's passed under?

Did you find this page helpful?