Azure – Strict-Transport-Security max-age not updating to 31536000 in ASP.NET Core application
I am trying to set the Strict-Transport-Security header in my ASP.NET Core application to enforce HTTPS with a max-age of 1 year (31536000 seconds), along with includeSubDomains and preload. However, when I check the headers in the browser, the max-age…