HTTP/2 supported IIS version 10 and above using Windows 10 or Windows Server 2016 or later. HTTPS/2 uses a single connection (multiplexed) between multiple requests; new browser requests sent without waiting for other requests to finish. For web sites hosted in virtual machines might already be using HTTP/2. If the app hosted in Azure Platform […]
app gateway
AppService Multi-tenant configuration using App Gateway
In Multi-tenant architecture, the same web instance runs multiple websites; in this mode, each website can have separate host headers on the same web instance. Application Gateway provides options to override the HTTP host headers. In this scenario, we will configure as not to override so that the header value is not changed. In this […]