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(禁止)です。サーバーはリクエストを理解しましたが、それに応じることを拒否しています。多くの場合、設定ミス、直リンク防止、またはボットのブロックが原因です。

関連ツール