RevealTheme logo

HTTP標頭分析工具

檢查任意URL的HTTP回應標頭。突顯缺失的安全標頭。

如何使用本工具

  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.

什麼是HTTP標頭分析工具?

HTTP回應標頭承載著關於每個回應的中繼資料:快取規則、安全政策、內容類型和伺服器識別。現代安全仰賴於諸如Strict-Transport-Security(HSTS)、Content-Security-Policy(CSP)和X-Frame-Options之類的標頭。本工具會擷取一個URL並顯示其所有回應標頭,外加一份缺失的推薦安全標頭清單。

常見使用場景

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

常見問題

我應該具備哪些安全標頭?
Strict-Transport-Security、Content-Security-Policy、X-Content-Type-Options、X-Frame-Options、Referrer-Policy和Permissions-Policy。它們都會出現在報告中。
X-Powered-By有危險嗎?
它會洩漏伺服器資訊。請在你的框架設定中將其隱藏,以加大偵察難度。

相關工具