Forum Discussion
zhxhwyzh14
Apr 10, 2021Copper Contributor
How to enable http3?
How to enable http3, on Windows 109043?
- Apr 10, 2021
Hi,
in this article it says:
As of April 2021, the HTTP/3 protocol is an Internet Draft and has multiple implementations. Google Chrome supports HTTP/3 by default since April 2020 (including Chrome for Android, as well as Microsoft Edge, which is based on it).
https://en.wikipedia.org/wiki/HTTP/3
Anonymous
Apr 10, 2021I'm not sure, but maybe enabling the QUIC protocol flag, in edge://flags/
zhxhwyzh14
Apr 10, 2021Copper Contributor
It seems that quic is different from http3. But quic it similar with http3.
- HotCakeXApr 10, 2021MVP
Hi,
in this article it says:
As of April 2021, the HTTP/3 protocol is an Internet Draft and has multiple implementations. Google Chrome supports HTTP/3 by default since April 2020 (including Chrome for Android, as well as Microsoft Edge, which is based on it).
https://en.wikipedia.org/wiki/HTTP/3- zhxhwyzh14Apr 10, 2021Copper ContributorAccording to the cloudlfare(https://developers.cloudflare.com/http3),Chrome's HTTP/3 support is not typically enabled by default. Therefore it's best to explicitly enable it by launching with the flags --enable-quic --quic-version=h3-29.
However, this commond doesn't work on edge.- HotCakeXApr 10, 2021MVPWell, now it's just 2 different links with 2 different statements.
Can't say whether cloudflare is right or wikipedia. maybe one of them is not up to date.
either way, browser support is only one part, the website and its web server should support it as well.