I am able to set cookie in Postman, but not able to set it in browser
I faced the same issue, but then I tried this solution. My backend is built in Node.js, and for the frontend, we just need to add this line: withCredentials: true.
Here's what I did:
// my backend code
// just do this simple thing in your cors
app.u...
abhinav3254.hashnode.dev2 min read