I checked the server, everything is ok for http \ 2.
According to the information I learned, if requests are made from browsers that do not support http \ 2, the request is also answered via http1.1 - http 1.
Another nuance of HTTP/2 is that it only works with HTTPS (at least for current browser implementations). So if you are running your website locally for testing without HTTPS (i.e., via HTTP), you may notice requests are not made over HTTP/2.
Just mentioning since that's a gotcha I've run into before.
HTTP\2 Support
Hello there. I was wondering if it supports HTTP \ 2 for umbraco.
I did some research but could not find a clear answer.
I decided to ask you, is there Umbraco HTTP \ 2 support, if there is support, how can I upgrade?
Hi Tuna
HTTP\2 it's IIS support question, so if your IIS server supports HTTP\2 it will work with Umbraco CMS
Thanks, Alex
Hi Alex,
Thanks for your reply, this information will help me :D
in order to use HTTP/2 on your website, your servers will need to run IIS 10. IIS 10 only comes with Windows 10 or Windows Server 2016
I checked the server, everything is ok for http \ 2. According to the information I learned, if requests are made from browsers that do not support http \ 2, the request is also answered via http1.1 - http 1.
Get information for later readers
Another nuance of HTTP/2 is that it only works with HTTPS (at least for current browser implementations). So if you are running your website locally for testing without HTTPS (i.e., via HTTP), you may notice requests are not made over HTTP/2.
Just mentioning since that's a gotcha I've run into before.
is working on a reply...