Visualiza el estado y cabeceras de seguridad devueltas por cualquier servidor web.
Essential HTTP status response codes and recommended security headers for modern web applications.
| Header / Status | Category | Purpose & Best Practice |
|---|---|---|
| 200 OK | Success (2xx) | Request succeeded; content delivered. |
| 301 Moved Permanently | Redirection (3xx) | Permanent redirect; passes SEO value/link equity. |
| 403 Forbidden | Client Error (4xx) | Server refuses request (permissions/firewall block). |
| 404 Not Found | Client Error (4xx) | Requested resource does not exist on origin. |
| 500 Internal Error | Server Error (5xx) | Backend application crashed or threw unhandled exception. |
| 502 Bad Gateway | Server Error (5xx) | Reverse proxy failed to reach backend upstream server. |
| Strict-Transport-Security | Security Header | Enforces HTTPS-only browsing (HSTS) on domain. |
| Content-Security-Policy | Security Header | Prevents XSS attacks by restricting authorized script sources. |
| X-Frame-Options | Security Header | Prevents clickjacking by disabling iframe embedding. |
| X-Content-Type-Options | Security Header | Set to nosniff to prevent MIME type confusion exploits. |
Visualiza el estado y cabeceras de seguridad devueltas por cualquier servidor web.
Esta utilidad de diagnóstico en línea está impulsada por ToolPing para proporcionar análisis de red rápidos, fiables y seguros.
Sí, ToolPing ofrece todas las utilidades de diagnóstico de TI y desarrollo 100% gratis, sin registro ni límites de uso.
Absolutamente. ToolPing no registra, almacena ni comparte sus consultas de prueba, direcciones IP ni datos introducidos.
Las pruebas de red se ejecutan directamente con latencia mínima y las herramientas del navegador funcionan localmente para máxima precisión.