.NET 6: Correlation Cookies Lost Behind Reverse Proxy After Authentication
I’m experiencing an issue with my .NET 6 application where correlation cookies are lost after authentication when deployed behind a reverse proxy. The reverse proxy handles HTTPS, so the application itself doesn’t manage HTTPS directly.