RevealTheme logo

Analyseur d'en-têtes HTTP

Inspectez les en-têtes de réponse HTTP de n'importe quelle URL. Met en évidence les en-têtes de sécurité absents.

Comment utiliser cet outil

  1. 1

    Type a public hostname or URL (for example example.com or https://example.com) into the input box.

  2. 2

    Press Analyze. The tool's server sends a GET request to that host over HTTPS, falling back to HTTP if needed.

  3. 3

    Read the yellow 'Missing security headers' panel to see which of the nine tracked headers are absent.

  4. 4

    Scroll the 'All headers' list to inspect every header the server actually returned, value by value.

Qu'est-ce que l'analyseur d'en-têtes HTTP ?

Les en-têtes de réponse HTTP transportent des métadonnées sur chaque réponse : règles de mise en cache, politiques de sécurité, type de contenu et identité du serveur. La sécurité moderne repose sur des en-têtes comme Strict-Transport-Security (HSTS), Content-Security-Policy (CSP) et X-Frame-Options. Cet outil récupère une URL et affiche tous les en-têtes de réponse, ainsi qu'une liste des en-têtes de sécurité recommandés manquants.

Cas d'usage courants

  • Confirm a freshly deployed site is sending HSTS and a Content-Security-Policy before you announce launch.

  • Spot-check a competitor's or vendor's public domain to see how their security header posture compares to yours.

  • Verify that a CDN or reverse-proxy change (Cloudflare, Fastly, nginx) is actually adding the headers you configured at the edge.

  • Quickly read Cache-Control, ETag, and Content-Type on a production response when debugging a caching or MIME-type bug.

  • Check whether a redirect chain ends on HTTPS and what the final hop's headers look like, since the tool follows up to five redirects.

  • Hand a developer a concrete list of missing headers (X-Frame-Options, X-Content-Type-Options, Referrer-Policy) to add to their server config.

Questions fréquentes

Quels en-têtes de sécurité devrais-je avoir ?
HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy et Permissions-Policy. Ils apparaissent tous dans le rapport.
X-Powered-By est-il dangereux ?
Il divulgue des informations sur le serveur. Masquez-le dans la configuration de votre framework pour compliquer la reconnaissance.

Outils connexes