ntones apps
|
リクエスト

HTTPステータスコード一覧HTTP Status Code Reference

HTTPステータスコード(1xx〜5xx)をコードや意味から検索。クリックでコピー。Search HTTP status codes by number or keyword. Click to copy.

ブラウザ完結(サーバー非送信)Browser-only (no server upload)

使い方・ユースケース How to Use & Use Cases

検索欄にステータスコード(例:404)や意味(例:not found、認証)を入力すると、一致するコードだけが絞り込まれます。分類(情報・成功・リダイレクト・クライアントエラー・サーバーエラー)別のタブでも絞り込めます。各行をクリックすると「404 Not Found」の形式でコピーできます。 Type a status code (e.g. 404) or keyword (e.g. "not found", "auth") in the search box to filter matching codes instantly. Filter by category (informational, success, redirection, client error, server error) too. Click any row to copy it as "404 Not Found".

APIレスポンスの実装中にどのステータスコードを返すべきか確認したいとき、エラーログに出てきたコードの意味を調べたいとき、REST API設計のドキュメントを書く際の参考にしたいときに使えます。 Useful for deciding which status code an API response should return, looking up the meaning of a code seen in an error log, or referencing codes while writing REST API documentation.

よくある質問FAQ

どの範囲のステータスコードに対応していますか?What range of status codes are covered?

1xx(情報)・2xx(成功)・3xx(リダイレクト)・4xx(クライアントエラー)・5xx(サーバーエラー)の主要なコード、およびCloudflareなど一部ベンダー拡張コードを含みます。The main codes across 1xx (informational), 2xx (success), 3xx (redirection), 4xx (client error), and 5xx (server error), plus a few common vendor extensions like Cloudflare's.

401と403の違いは?What's the difference between 401 and 403?

401 Unauthorizedは「認証されていない」(ログインが必要)ことを示し、403 Forbiddenは「認証されていても権限がない」ことを示します。401 Unauthorized means the request lacks valid authentication (login required). 403 Forbidden means the client is authenticated but doesn't have permission.

情報はサーバーに送信されますか?Is any data sent to a server?

されません。すべて静的なリファレンスデータをブラウザ内で検索表示しています。No. This is a static reference searched entirely in your browser.

ページを閉じれば、端末内のデータは自動的に消去されます。契約書や顧客資料など、慎重に扱うデータも安心してご利用ください。When you close the page, data on your device is cleared automatically. Safe for sensitive files such as contracts and client documents.

関連ツールRelated Tools