RevealTheme logo

HTTP狀態碼檢查工具

檢查任意URL回傳的HTTP狀態碼。偵測200、301、404、500等。

如何使用本工具

  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.

什麼是HTTP狀態碼檢查工具?

HTTP狀態碼告訴你一個請求是成功、重新導向還是失敗了。最重要的幾個類別:2xx(成功)、3xx(重新導向)、4xx(用戶端錯誤:404 Not Found、403 Forbidden)、5xx(伺服器錯誤:500 Internal Server Error、503 Service Unavailable)。監控狀態碼可以發現失效的頁面、設定錯誤的重新導向以及伺服器當機。

常見使用場景

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

常見問題

301和302有什麼區別?
301是永久重新導向(搜尋引擎會傳遞全部排名權重);302是暫時重新導向(不傳遞權重)。網站遷移時請使用301。
我為什麼會收到403?
Forbidden(禁止存取):伺服器理解了請求,但拒絕處理它。這通常是設定錯誤、防盜連保護或機器人攔截所致。

相關工具