RevealTheme logo

Comprobador de Códigos de Estado HTTP

Comprueba el código de estado HTTP que devuelve cualquier URL. Detecta 200, 301, 404, 500, etc.

Cómo usar esta herramienta

  1. 1

    Paste a full URL (for example https://example.com/page) into the input box.

  2. 2

    Click Analyze to have our server fetch the URL on your behalf.

  3. 3

    Read the large status code, its status text, and the Final URL after any redirects.

  4. 4

    Change the URL and run again to compare endpoints or recheck after a fix.

¿Qué es el Comprobador de Códigos de Estado HTTP?

Los códigos de estado HTTP te indican si una solicitud tuvo éxito, redirigió o falló. Las categorías más importantes: 2xx (éxito), 3xx (redirección), 4xx (error del cliente: 404 no encontrado, 403 prohibido), 5xx (error del servidor: 500 error interno, 503 no disponible). Supervisar los códigos de estado detecta páginas rotas, redirecciones mal configuradas y caídas del servidor.

Casos de uso comunes

  • Confirm a page returns 200 OK after deploying a change or fixing a broken link.

  • Verify that an old URL ends at the right destination after setting up redirects for a site migration.

  • Diagnose why a link is failing by seeing whether it returns 404, 403, 401, or a 5xx error.

  • Spot-check that a server is reachable over HTTPS rather than only plain HTTP.

  • Test whether a third-party API endpoint or webhook URL responds before wiring it into your code.

  • Check competitor or partner URLs for outages or moved pages without installing any software.

Preguntas frecuentes

¿Cuál es la diferencia entre 301 y 302?
301 es permanente (los motores de búsqueda transfieren toda la señal de posicionamiento); 302 es temporal (no transfiere señal). Usa 301 para las migraciones de sitios.
¿Por qué recibo un 403?
Prohibido: el servidor entendió la solicitud pero se niega a atenderla. A menudo es una mala configuración, protección antienlace o bloqueo de bots.

Herramientas relacionadas