Skip to content

Getting started

Marthijn van den Heuvel edited this page Aug 21, 2024 · 5 revisions

Getting started with ASP.NET Core

  1. Install the NuGet package: Sidio.Web.Security.AspNetCore
  2. In the Program.cs file, add the following code to add your first header:
app.UseXFrameOptions();
  1. Run your application and check the response headers in the browser's developer tools.
  2. View and configure the recommended configuration in your application.

Online validation tools

When your website is live, you can use the following online tools to validate your security headers:

Clone this wiki locally