Skip to content

ForwardedHeadersConfiguration

Tore Nestenius edited this page Jan 19, 2025 · 3 revisions

Forwarded Headers Configuration

Overview

This tool provides an interface for inspecting the current configuration of the Forwarded Headers middleware in an ASP.NET Core application.

It presents detailed information about various middleware options, allowing you to review how forwarded headers are being handled. The tool does not modify settings but serves as a display for the cIntended Use

Intended use

This tool is designed for developers or administrators who need to verify the Forwarded Headers middleware configuration in their ASP.NET Core applications. It is especially useful for troubleshooting issues when your service operates behind a proxy, as it allows you to review how forwarded headers are being handled.

Additionally, it provides better insights into the available configuration options, helping you understand and refine how the middleware processes requests in your setup. The simple, table-based presentation ensures clarity and quick access to the relevant details.

Clone this wiki locally