Cookies not being stored in the web – Asp.net
My setup is the following: (http://localhost:39500) ASP.NET Core backend (http://localhost:3000) React frontend I am sending an API request from my frontend to backend. The backend responds with a Set-Cookie header but the cookie is not being set in the browser.…