Tag Archives: Headers
Adding HTTP Headers to improve Security in an ASP.NET MVC Core application
February 8, 2018 · by damienbod · in .NET, .NET Core, ASP.NET Core, MVC, OAuth2, Security, Web · 5 Comments
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. NWebSec is used to […]
