Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 2.29 KB

cdn-http2.md

File metadata and controls

67 lines (44 loc) · 2.29 KB
title description services documentationcenter author manager editor ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
HTTP/2 support in Azure CDN | Microsoft Docs
Azure Content Delivery Network supports HTTP/2, which has benefits over HTTP/1, such as multiplexing & concurrency, header compression, and stream dependencies.
cdn
lichard
erikre
azure-cdn
tbd
na
na
article
5/04/2017
ril

HTTP/2 Support in Azure CDN

HTTP/2 is a major revision to HTTP/1.1. It provides faster web performance, reduced response time, and improved user experience, while maintaining the familiar HTTP methods, status codes, and semantics. Though HTTP/2 is designed to work with HTTP and HTTPS, many client web browsers only support HTTP/2 over TLS.

HTTP/2 Benefits

The benefits of HTTP/2 include:

  • Multiplexing and concurrency

    Using HTTP 1.1, making multiple resource requests requires multiple TCP connections, and each connection has performance overhead associated with it. HTTP/2 allows multiple resources to be requested on a single TCP connection.

  • Header compression

    By compressing the HTTP headers for served resources, time on the wire is reduced significantly.

  • Stream dependencies

    Stream dependencies allow the client to indicate to the server which resources have priority.

HTTP/2 Browser Support

All of the major browsers have implemented HTTP/2 support in their current versions. Non-supported browsers automatically fallback to HTTP/1.1.

Browser Minimum Version
Microsoft Edge 12
Google Chrome 43
Mozilla Firefox 38
Opera 32
Safari 9

Enabling HTTP/2 Support in Azure CDN

Currently, HTTP/2 support is active for all Azure CDN profiles. No further action is required from customers.

Next Steps

To see the benefits of HTTP/2 in action, see this demo from Akamai.

To learn more about HTTP/2, visit the following resources:

To learn more about Azure CDN's available features, see the Azure CDN Overview.