Issue with HttpOnly Cookie Not Being Set in Browser
I’m experiencing an issue where an HttpOnly cookie set by my backend is not appearing in the browser’s cookie storage. The Set-Cookie header is present in the server’s response, but the cookie value is undefined in the browser’s Application tab of the DevTools.