Does enabling http2 on application gateway allow http1.1

Godley, Philip 0 Reputation points
2024-04-17T18:18:36.02+00:00

Does enabling http2 on the application gateway still allow incoming communication on http1.1?

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
960 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Babafemi Bulugbe 1,790 Reputation points
    2024-04-17T19:38:31.4266667+00:00

    Hello Godley, Philip,

    Thank you for posting this in the Microsoft Q&A Community

    From my understanding, you would like to know if enabling http/2 on the application gateway allows communication on HTTP/1.1.

    Please be informed that communication to backend server pools is always HTTP/1.1 regardless of the protocol enabled.

    User's image

    Follow this Link to get more information about this

    https://learn.microsoft.com/en-us/azure/application-gateway/configuration-listeners#additional-protocol-support

    Let me know if further assistance is required.

    Babafemi

    0 comments No comments

  2. ChaitanyaNaykodi-MSFT 22,941 Reputation points Microsoft Employee
    2024-04-17T23:56:32.0033333+00:00

    @Godley, Philip

    Thank you for reaching out.

    Does enabling http2 on the application gateway still allow incoming communication on http1.1?

    Azure Application Gateway accepts inbound connections over HTTP/2, HTTP/1.1 protocols by default.

    The option of enabling HTTP/2 enables communication to backend server pools from Azure Application Gateway over HTTP/2 (HTTP/1.1 is default as pointed in Babafemi's response above). Your backend application should support HTTP/2 protocol when this option is enabled.

    Hope this helps! Please let me know if you have any questions. Thank you!


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments