Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule 1.0.2

Prefix Reserved
dotnet add package Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule --version 1.0.2
                    
NuGet\Install-Package Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule --version 1.0.2
                    
#r "nuget: Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule&version=1.0.2
                    
Install Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule as a Cake Addin
#tool nuget:?package=Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule&version=1.0.2
                    
Install Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule as a Cake Tool

Replaces the Host header with the X-Forwarded-Host on IIS of App Service via a native C++ module. NOTE: There is a popular approach to replace the HOST header with the value of X-Forwarded-Host header by unlocking the Host and X-Forwarded-Host headers, so they can be rewritten using rewrite rules. Once the request reaches the App Service, the value of the HOST header is set to the value of the X-Forwarded-Host header. However, this approach has a pitfall. If there are other rewrite rules executed after the rule for rewriting the HOST header, they do not respect the new value of the HOST header. Using the native IIS module ensures that the HOST header has taken the value of the X-Forwarded-Host header before the rewrite module steps in.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 2,547 12/10/2021
1.0.1 309 12/6/2021