Kostenloses Tool · kein Konto erforderlich

Free HTTP/3 & QUIC Test

Test whether your web server supports HTTP/3 over QUIC with a live handshake probe. Verify Alt-Svc headers and next-gen protocol performance.

Auch bekannt als: HTTP/3 test · QUIC
Beweis angezeigt mit QuelleKein Konto erforderlichKeine erfundenen Metriken

Führen Sie eine echte Prüfung oben durch

Reichen Sie eine öffentliche URL, Domain oder ein Keyword ein. Novaverb zeigt nur die Beweise an, die dieses Tool tatsächlich abrufen oder messen kann.

Beweis-Modell

Wissen, was das Ergebnis beweist

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.

1. Quelle

Live QUIC handshake + Alt-Svc. The result identifies where its evidence came from.

2. Grenze

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.

3. Nächste Aktion

Verwende das Ergebnis, um ein Problem zu überprüfen, und verbinde dann einen Arbeitsbereich, wenn du Historie, Überwachung oder eine standortweite Analyse benötigst.

Was misst ein HTTP/3-Test?

HTTP/3 überträgt HTTP über QUIC, ein UDP-basiertes Transportprotokoll. Dieser Checker liest zuerst das Live-HTTPS-Entdeckungssignal und versucht dann einen echten QUIC-Handshake und HTTP/3-Anfrage. Das Ergebnis trennt eine beworbene Fähigkeit von einer bestätigten.

Wie man HTTP/3 aktiviert

  1. QUIC an der öffentlichen Kante aktivieren: Verwenden Sie ein CDN oder einen Server, der HTTP/3 unterstützt, und konfigurieren Sie den öffentlichen HTTPS-Hostnamen.
  2. UDP 443 erlauben: Stelle sicher, dass die Netzwerkpolitik und Firewalls QUIC-Verkehr neben normalem HTTPS zulassen.
  3. h3 bewerben: Geben Sie ein Alt-Svc h3-Signal zurück, damit kompatible Clients den HTTP/3-Endpunkt entdecken können, und testen Sie dann erneut.

Wenn HTTP/3 nur beworben wird

Überprüfen Sie die UDP-Erreichbarkeit, CDN-Kantenrichtlinie, Zertifikat/SNI-Konfiguration und ob die Erkundung blockiert wird. Ein Alt-Svc-Header allein beweist nicht, dass QUIC abgeschlossen werden kann.

Was dieser Test beweist

Ein echtes QUIC + HTTP/3-Handschlag, wenn bestätigt, oder ein klar gekennzeichneter Entdeckungs-Signal, wenn nur h3 beworben wird.

Was es nicht beweist

Es misst nicht die Seitenladegeschwindigkeit, Core Web Vitals, jede geografische Kante oder die Nutzung von HTTP/3 durch alle Besucher.

RFC 9114 · HTTP/3
RFC 9000 · QUIC

"Bestätigt" bedeutet, dass ein aktives HTTP/3 (QUIC) Handshake abgeschlossen wurde; "Angekündigt" bedeutet, dass h3 über Alt-Svc angekündigt, aber von diesem Check nicht bestätigt wurde.

Die richtige Antwort erhalten

Was einzureichen ist - und was zu vermeiden ist

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.

So verwenden Sie es
yourdomain.comJede Adressform funktioniert. http oder https, mit oder ohne www, eine nackte Domain oder ein vollständiger Pfad - wir normalisieren es für Sie.
https://www.yourdomain.comHTTP/3 läuft über QUIC über UDP 443; wir lösen den Ursprung auf und versuchen es direkt.
Vermeiden Sie dies
Reading 'unsupported' as a tool errorWenn UDP 443 auf dem Pfad gefiltert wird, kann eine echte h3-Anfrage nicht abgeschlossen werden - 'nicht unterstützt' ist dann das korrekte Ergebnis, kein Fehler.
Öffentliche Methodik

Genau wie dieses Ergebnis produziert wird

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.

  1. Wir lesen den Alt-Svc-Header, der einen h3-Endpunkt zur Entdeckung bewirbt.
  2. Wir versuchen eine echte HTTP/3-Anfrage über QUIC, um die Unterstützung zu bestätigen, nicht nur die Werbung.
  3. Wir berichten nur, wenn eine tatsächliche h3-Antwort empfangen wird.
Basierend auf öffentlichen Standards

Die internationalen Standards, auf die diese Überprüfung zutrifft

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.

IETFRFC 9114
HTTP/3

Vollzieht eine echte HTTP/3-Anfrage, um die Unterstützung zu bestätigen, nicht nur eine Werbung.

Spezifikation lesen
IETFRFC 9000
QUIC Transport

Öffnet eine QUIC-Verbindung über UDP als Transport für HTTP/3.

Spezifikation lesen
IETFRFC 7838
HTTP Alternative Services (Alt-Svc)

Liest den Alt-Svc-Header, der einen h3-Endpunkt für die Entdeckung bewirbt.

Spezifikation lesen
Wir listen einen Standard nur dort auf, wo dieses Tool ihn tatsächlich liest oder misst. Wenn ein Signal außerhalb einer Live-Prüfung liegt, sagt das Ergebnis dies anstelle von implizierter Abdeckung.
Häufige Fragen

HTTP/3 Test FAQ

What does the Novaverb HTTP/3 Test confirm?

It 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.

What is HTTP/3?

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.

What is the difference between HTTP/3 confirmed and advertised?

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.

What is QUIC and how does it relate to HTTP/3?

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.

How do clients discover HTTP/3 via Alt-Svc?

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.

How do I enable HTTP/3 on my server?

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.

Why does my site advertise h3 but not confirm HTTP/3 here?

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.

Do I need HTTP/3 if I already have 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.

Does HTTP/3 require TLS?

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.

Does HTTP/3 improve SEO?

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.

Mehr kostenlose Prüfungen

Erkunde alle Novaverb kostenlosen Tools

Website-SEO-CheckerCrawl-Abdeckung, indexierbare Seiten und interne Links
Keyword Research ToolFree AI keyword research tool for search volume, keyword difficulty, …
SERP CheckerCheck live organic search results and AI Overview rankings for …
Website Security CheckerAudit website security posture, TLS/SSL certificates, HTTP security headers, and …
Server Response Time CheckerMeasure server Time to First Byte (TTFB), DNS lookup, TCP …
Backlink CheckerExplore backlinks, referring domains, dofollow links, and domain authority for …
Robots.txt CheckerTest and validate robots.txt rules, User-Agent directives, blocked paths and …
Sitemap CheckerValidate XML sitemap structure, URL counts, reachability, and index type. …
Meta Tag CheckerCheck page title length, meta description, H1 heading structure, Open …
HTTP Status & Redirect CheckerTrace HTTP status codes (200, 301, 302, 404, 500) and …
Website MonitorMonitor website availability, HTTP status code, and server response time …
HTTP/2 TestCheck whether your web server supports HTTP/2 via TLS ALPN …
Website Performance TestTest global website loading speed and TTFB waterfall timing across …
GEO CheckerAudit whether ChatGPT, Perplexity, Gemini, and Google AI Overviews can …
Core Web Vitals CheckerCheck real-user Core Web Vitals (LCP, INP, CLS) from Chrome …
PageSpeed CheckerRun a live Lighthouse performance audit to test PageSpeed, Core …
Website Safety CheckerCheck whether a domain or URL is flagged for malware, …
Knowledge Graph CheckerCheck whether a brand, person, product or organization is recognized …
Keyword Gap CheckerCompare your site against competitors to find missing high-traffic keywords, …
Competitor Top PagesFind top organic traffic-driving pages for any competitor domain. See …
Durchsuchen Sie das vollständige Hub für kostenlose Tools
Überprüfen → verstehen → beheben

Machen Sie diese Überprüfung zu einer verifizierten Lösung

Jedes Novaverb-Tool ist ein Funnel: Führen Sie die Überprüfung durch, verstehen Sie die Beweise, beheben Sie es und beweisen Sie, dass es mit einer frischen Überprüfung gelöst ist - keine erfundenen Bestehenszustände.