AppGatewayHostRewriteModule 1.0.1
See the version list below for details.
dotnet add package AppGatewayHostRewriteModule --version 1.0.1
NuGet\Install-Package AppGatewayHostRewriteModule -Version 1.0.1
<PackageReference Include="AppGatewayHostRewriteModule" Version="1.0.1" />
paket add AppGatewayHostRewriteModule --version 1.0.1
#r "nuget: AppGatewayHostRewriteModule, 1.0.1"
// Install AppGatewayHostRewriteModule as a Cake Addin #addin nuget:?package=AppGatewayHostRewriteModule&version=1.0.1 // Install AppGatewayHostRewriteModule as a Cake Tool #tool nuget:?package=AppGatewayHostRewriteModule&version=1.0.1
Replaces the Host header with the X-Original-Host on IIS of App Service via native C++ module. NOTE: There is an approach to rewrite the HOST header with the value of X-Original-Host header by firstly unlocking the Host and X-Original-Host headers so they can be rewritten using rewrite rules. And then once the request reaches the App Service, the value of HOST header is set to the value of X-Original-Host header. However this approach has one general pitfall, if there are other rewrite rules executed after the rule for rewriting the HOST header, they do not respect the new value of HOST header. Using the native module, ensures that HOST header has taken the value of X-Original-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.