HTTP標頭分析工具
檢查任意URL的HTTP回應標頭。突顯缺失的安全標頭。
如何使用本工具
- 1
Type a public hostname or URL (for example example.com or https://example.com) into the input box.
- 2
Press Analyze. The tool's server sends a GET request to that host over HTTPS, falling back to HTTP if needed.
- 3
Read the yellow 'Missing security headers' panel to see which of the nine tracked headers are absent.
- 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.
常見問題
我應該具備哪些安全標頭?▼
X-Powered-By有危險嗎?▼
相關工具
DNS查詢
查詢任意網域的DNS記錄(A、AAAA、MX、TXT、NS、CNAME)。適用於排查郵件、主機代管和SSL設定問題。
WHOIS查詢
查詢任意網域的註冊資料:註冊商、註冊和到期日期、網域名稱伺服器以及聯絡資訊(在公開的情況下)。
SSL憑證檢查工具
檢查任意網域的SSL/TLS憑證:簽發機構、有效期以及距到期的天數。
HTTP狀態碼檢查工具
檢查任意URL回傳的HTTP狀態碼。偵測200、301、404、500等。
重新導向鏈追蹤器
追蹤重新導向鏈中的每一跳。檢測重新導向迴圈和有損效能的過多跳轉。
混合內容檢查工具
找出 HTTPS 頁面所載入的 HTTP 資源。混合內容會觸發瀏覽器警告,並可能被攔截。