What is HSTS and why is it in my ASP.NET Core app?

What is HSTS and why is it in my ASP.NET Core app?

When creating a new ASP.NET Core application, you get a set of middleware that performs typical web application duties. Some include serving static assets, routing, HTTPS redirection, and exception handling. Folks looking will also notice a middleware registration of the...

Continue Reading