0

My Azure hosted Web Site has the following configuration (see image).

enter image description here

So I believe I have enabled HTTP/2.

However, when I access it from Edge/Chrome and in the Development options choose "Report". I get (see image):

enter image description here

IGNORE the "localhost" bit. I took the screen capture from my local copy, but I get the same when I run the report on my Azure version of the site.

Why is it saying http/1.1?

Rob L
  • 2,124
  • 3
  • 22
  • 50

1 Answers1

0

Double check in the resource explorer if http2enabled is set to true. Go to:

Subscription > Resource Group > your site name > Providers > Microsoft.Web > sites > your site name > config > web

enter image description here

enter image description here

then select PUT

enter image description here

source: https://azure.microsoft.com/en-us/blog/announcing-http-2-support-in-azure-app-service/

Thiago Custodio
  • 17,332
  • 6
  • 45
  • 90