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
<PackageReference Include="Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule" Version="1.0.2" />
paket add Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule --version 1.0.2
#r "nuget: Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule, 1.0.2"
// Install Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule as a Cake Addin #addin nuget:?package=Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule&version=1.0.2 // Install Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule as a Cake Tool #tool nuget:?package=Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule&version=1.0.2
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.
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.