Herramienta gratuita · no se requiere cuenta

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.

También conocido como: HTTP/3 test · QUIC
Evidencia mostrada con fuenteNo se requiere cuentaSin métricas inventadas

Ejecutar un chequeo real arriba

Envía una URL pública, dominio o palabra clave. Novaverb mostrará solo la evidencia que esta herramienta puede realmente recuperar o medir.

Modelo de evidencia

Conoce lo que prueba el resultado

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

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

2. Límite

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. Próxima acción

Usa el hallazgo para verificar un problema, luego conecta un espacio de trabajo cuando necesites historial, monitoreo o análisis a nivel de sitio.

¿Qué mide una prueba HTTP/3?

HTTP/3 transporta HTTP sobre QUIC, un transporte basado en UDP. Este verificador primero lee la señal de descubrimiento HTTPS en vivo, luego intenta un apretón de manos QUIC real y una solicitud HTTP/3. El resultado separa una capacidad anunciada de una confirmada.

Cómo habilitar HTTP/3

  1. Habilitar QUIC en el borde público: Usa un CDN o servidor que soporte HTTP/3 y configura el nombre de host HTTPS público.
  2. Permitir UDP 443: Asegúrate de que la política de red y los firewalls permitan tráfico QUIC junto con HTTPS normal.
  3. Anunciar h3: Devuelve una señal Alt-Svc h3 para que los clientes compatibles puedan descubrir el punto final HTTP/3, luego vuelve a probar.

Si HTTP/3 solo está anunciado

Verifica la alcanzabilidad de UDP, la política de CDN, la configuración de certificado/SNI y si la prueba está siendo bloqueada. Un encabezado Alt-Svc por sí solo no prueba que QUIC pueda completarse.

Lo que esta prueba prueba

Un verdadero apretón de manos QUIC + HTTP/3 cuando se confirma, o una señal de descubrimiento claramente etiquetada cuando solo se anuncia h3.

Lo que no prueba

No mide la velocidad de la página, Core Web Vitals, cada ventaja geográfica, o el uso de HTTP/3 por todos los visitantes.

RFC 9114 · HTTP/3
RFC 9000 · QUIC

"Confirmado" significa que se completó un apretón de manos HTTP/3 (QUIC) en vivo; "Anunciado" significa que h3 fue anunciado a través de Alt-Svc pero no confirmado por esta verificación.

Obtén la respuesta correcta

Qué enviar - y qué evitar

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.

Úsalo así
yourdomain.comCualquier forma de dirección funciona. http o https, con o sin www, un dominio desnudo o una ruta completa - lo normalizamos por ti.
https://www.yourdomain.comHTTP/3 se basa en QUIC sobre UDP 443; resolvemos el origen y lo intentamos directamente.
Evita esto
Reading 'unsupported' as a tool errorSi UDP 443 está filtrado en la ruta, una solicitud h3 real no puede completarse - 'no soportado' es entonces el hallazgo correcto, no un error.
Metodología pública

Exactamente cómo se produce este resultado

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. Leemos el encabezado Alt-Svc que anuncia un punto final h3 para descubrimiento.
  2. Intentamos una solicitud HTTP/3 real sobre QUIC para confirmar el soporte, no solo la publicidad.
  3. Reportamos soporte solo cuando se recibe una respuesta h3 real.
Construido sobre estándares públicos

Los estándares internacionales a los que se aplica esta verificación.

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

Completa una solicitud HTTP/3 real para confirmar soporte, no solo un anuncio.

Lee la especificación
IETFRFC 9000
QUIC Transport

Abre una conexión QUIC sobre UDP como el transporte para HTTP/3.

Lee la especificación
IETFRFC 7838
HTTP Alternative Services (Alt-Svc)

Lee el encabezado Alt-Svc que publicita un punto final h3 para descubrimiento.

Lee la especificación
Listamos un estándar solo donde esta herramienta realmente lee o mide en contra de él. Donde una señal está fuera de una verificación en vivo, el resultado lo indica en lugar de implicar cobertura.
Preguntas comunes

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.

Más verificaciones gratuitas

Explorar todas las herramientas gratuitas de Novaverb

Verificador SEO del Sitio WebCobertura de rastreo, páginas indexables y enlaces internos
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 …
Explorar el centro completo de herramientas gratuitas
Verifica → entiende → corrige

Convierte esta verificación en una solución verificada

Cada herramienta gratuita de Novaverb es un embudo: realiza la verificación, comprende la evidencia, luego corrígela y prueba que se ha resuelto con una nueva verificación - sin estados de paso inventados.