1. Nguồn
Live QUIC handshake + Alt-Svc. The result identifies where its evidence came from.
Test whether your web server supports HTTP/3 over QUIC with a live handshake probe. Verify Alt-Svc headers and next-gen protocol performance.
Gửi một URL công khai, tên miền, hoặc từ khóa. Novaverb sẽ chỉ hiển thị bằng chứng mà công cụ này thực sự có thể lấy hoặc đo lường.
This check proves whether a real HTTP/3 request over QUIC succeeds, not merely whether HTTP/3 is advertised. Support is reported only when an actual h3 response comes back, so an Alt-Svc header pointing at an endpoint that never answers is reported as advertised and unconfirmed rather than as support.
Live QUIC handshake + Alt-Svc. The result identifies where its evidence came from.
This attempts a real QUIC connection offering ALPN h3 and also reads the Alt-Svc discovery signal. Confirmed means a live HTTP/3 handshake completed; advertised means h3 was announced but not confirmed here.
Sử dụng phát hiện để xác minh một vấn đề, sau đó kết nối một không gian làm việc khi bạn cần lịch sử, giám sát hoặc phân tích toàn bộ trang web.
HTTP/3 mang HTTP qua QUIC, một giao thức vận chuyển dựa trên UDP. Trình kiểm tra này đầu tiên đọc tín hiệu phát hiện HTTPS trực tiếp, sau đó cố gắng thực hiện một bắt tay QUIC thực và yêu cầu HTTP/3. Kết quả tách biệt khả năng quảng cáo với khả năng đã được xác nhận.
Kiểm tra khả năng tiếp cận UDP, chính sách CDN edge, cấu hình chứng chỉ/SNI và xem liệu probe có bị chặn hay không. Một tiêu đề Alt-Svc đơn lẻ không chứng minh rằng QUIC có thể hoàn thành.
Một bắt tay QUIC + HTTP/3 thực sự khi được xác nhận, hoặc một tín hiệu khám phá được gán nhãn rõ ràng khi chỉ h3 được quảng cáo.
Nó không đo tốc độ trang, Core Web Vitals, mọi lợi thế địa lý, hoặc việc sử dụng HTTP/3 của tất cả khách truy cập.
"Xác nhận" có nghĩa là một cuộc bắt tay HTTP/3 (QUIC) đã hoàn thành; "Quảng cáo" có nghĩa là h3 đã được thông báo qua Alt-Svc nhưng chưa được xác nhận bởi kiểm tra này.
Submit the domain or any URL on the site; only the origin is used. A private host is refused. Bear in mind that HTTP/3 travels over UDP, so a network that blocks QUIC will make a site that genuinely supports it look unsupported from that vantage point, which is a property of the path rather than of the server.
yourdomain.comBất kỳ hình thức địa chỉ nào cũng hoạt động. http hoặc https, có hoặc không có www, một miền trống hoặc một đường dẫn đầy đủ - chúng tôi chuẩn hóa cho bạn.https://www.yourdomain.comHTTP/3 chạy trên QUIC qua UDP 443; chúng tôi giải quyết nguồn gốc và thử nghiệm trực tiếp.Reading 'unsupported' as a tool errorNếu UDP 443 bị lọc trên đường dẫn, một yêu cầu h3 thực sự không thể hoàn thành - 'không được hỗ trợ' là phát hiện chính xác, không phải lỗi.The Alt-Svc header is read first, because that is how an h3 endpoint is discovered. A real HTTP/3 request is then attempted over QUIC against that endpoint, and the result is reported as supported only when an actual h3 response is received. Advertisement and confirmation are kept as separate findings throughout.
Three IETF specifications define this result. RFC 9114 defines HTTP/3, RFC 9000 defines the QUIC transport it runs on, and RFC 7838 defines the Alt-Svc header used for discovery. Separating discovery from confirmation follows directly from RFC 7838, which describes an advertisement rather than a guarantee.
Hoàn thành một yêu cầu HTTP/3 thực sự để xác nhận hỗ trợ, không chỉ là một quảng cáo.
Đọc thông số kỹ thuậtMở một kết nối QUIC qua UDP như là phương tiện cho HTTP/3.
Đọc thông số kỹ thuậtĐọc tiêu đề Alt-Svc quảng cáo một điểm cuối h3 để khám phá.
Đọc thông số kỹ thuậtIt attempts a real QUIC connection offering ALPN h3 to confirm your server actually speaks HTTP/3, and separately reads the Alt-Svc header to report whether an h3 endpoint is merely advertised.
HTTP/3 is the latest HTTP version, defined in RFC 9114, running over QUIC instead of TCP. QUIC uses UDP, integrates TLS 1.3, and eliminates TCP head-of-line blocking, improving performance on lossy or high-latency networks.
Confirmed means a live HTTP/3 handshake over QUIC actually completed in this test. Advertised means your server announced an h3 option in the Alt-Svc header, but this test did not verify that endpoint responds.
QUIC is a transport protocol over UDP that combines connection setup with TLS 1.3 encryption and supports stream multiplexing without head-of-line blocking. HTTP/3 is HTTP mapped onto QUIC, so confirming HTTP/3 means completing a QUIC handshake.
A server sends an Alt-Svc response header advertising an h3 endpoint, telling clients they may retry over QUIC. Browsers typically connect first over HTTP/2, read Alt-Svc, then upgrade to HTTP/3 on subsequent requests.
Enable QUIC and HTTP/3 in your web server or CDN, allow inbound UDP on port 443 through firewalls, and emit an Alt-Svc header advertising h3. Many sites get HTTP/3 simply by enabling it at their CDN edge.
Often UDP 443 is blocked by a firewall, the QUIC listener is misconfigured, or only the edge speaks h3 intermittently. Advertising via Alt-Svc is a promise; a failed QUIC handshake means clients quietly fall back to HTTP/2.
Not strictly. HTTP/3 mainly helps users on unreliable or high-latency mobile networks by surviving packet loss and network changes better than TCP. It is a worthwhile enhancement rather than a replacement for a working HTTP/2 setup.
Yes. QUIC integrates TLS 1.3 directly into the transport, so HTTP/3 is always encrypted by design. There is no cleartext HTTP/3, and a valid certificate is required for the handshake this test performs.
Only indirectly. Faster, more resilient connections can improve real-user load times and Core Web Vitals, which support rankings. HTTP/3 itself is not a direct ranking factor, and confirming it mainly future-proofs your delivery on modern networks.