Community

Adding HTTP Headers to improve Security in an ASP.NET MVC Core application

(damienbod) This article shows how to add headers in a HTTPS response for an ASP.NET Core MVC application. The HTTP headers help protect against some of the attacks which can be executed against a website. securityheaders.io is used to test and validate the HTTP headers as well as F12 in the browser