Testing Methods for HTTP/3 Access
As HTTP/3 and QUIC are gradually becoming more popular, how can you test whether your website supports the HTTP/3 protocol? Assuming your custom domain is: mycustom.com1. You can test HTTP/3 support using curl: curl –http3 -kv https://mycustom.com 2. You can also test HTTP/3 access using a mobile browser. In practical tests, it was found that … Read more