The Http Pipeline is a HTTP request handler similar to a pipeline.
It makes it easy for us to develop a variety of HTTP Network Service components based on aspnet core. For example, API gateways, proxies, reverse proxies, response caching, load balancing, and more.
The package is deprecated. Please use Progress.Sitefinity.Cloud.AppGatewayHostRewriteModule package that is a replacement of AppGatewayHostRewriteModule package. AppGatewayHostRewriteModule replaces the Host header with the X-Original-Host on IIS of App Service via a native C++ module. NOTE: There...
More information
Replaces the Host header with the X-Original-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-Original-Host header by unlocking the Host and X-Original-Host headers, so they can be rewritten using rewrite rules. Once...
More information
The package is deprecated. Please use Progress.Sitefinity.Cloud.FrontDoorHostRewriteModule package that is a replacement of FrontDoorHostRewriteModule package. FrontDoorHostRewriteModule replaces the Host header with the X-Forwarded-Host on IIS of App Service via a native C++ module. NOTE: There is...
More information
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....
More information