カテゴリー: 開発ツール
HTTPステータスコード検索
すべてのHTTPステータスコードとその意味を検索
1xxから5xxまで、HTTPステータスコードのすべてを番号・名前・キーワードで検索し、それぞれの実務的な意味を簡潔に確認できます。内蔵の参照テーブルを使い、すべてブラウザ内で完結します。
62件のコード
| コード | 名前 | カテゴリー | 意味 |
|---|---|---|---|
| 100 | Continue | 1xx 情報 | The initial part of the request was received; the client should continue. |
| 101 | Switching Protocols | 1xx 情報 | The server is switching protocols as requested by Upgrade. |
| 102 | Processing | 1xx 情報 | The server has received the request and is still processing it. |
| 103 | Early Hints | 1xx 情報 | Preload or preconnect hints sent before the final response. |
| 200 | OK | 2xx 成功 | The request succeeded. |
| 201 | Created | 2xx 成功 | The request succeeded and a new resource was created. |
| 202 | Accepted | 2xx 成功 | The request was accepted for processing but is not complete. |
| 203 | Non-Authoritative Information | 2xx 成功 | The payload was transformed by a proxy from the origin response. |
| 204 | No Content | 2xx 成功 | The request succeeded but there is no content to send. |
| 205 | Reset Content | 2xx 成功 | The client should reset the document view that sent the request. |
| 206 | Partial Content | 2xx 成功 | Only part of the resource is being sent, per a Range header. |
| 207 | Multi-Status | 2xx 成功 | A WebDAV response conveying status for multiple sub-requests. |
| 208 | Already Reported | 2xx 成功 | A WebDAV binding was already enumerated in a previous reply. |
| 226 | IM Used | 2xx 成功 | The server fulfilled the request using instance manipulations. |
| 300 | Multiple Choices | 3xx リダイレクト | The request has more than one possible response. |
| 301 | Moved Permanently | 3xx リダイレクト | The resource has been permanently moved to a new URL. |
| 302 | Found | 3xx リダイレクト | The resource is temporarily at a different URL. |
| 303 | See Other | 3xx リダイレクト | The response can be found under a different URL using GET. |
| 304 | Not Modified | 3xx リダイレクト | The resource has not changed since the last request; use the cache. |
| 305 | Use Proxy | 3xx リダイレクト | Deprecated: the requested resource must be accessed through a proxy. |
| 307 | Temporary Redirect | 3xx リダイレクト | The resource is temporarily at a different URL; method must not change. |
| 308 | Permanent Redirect | 3xx リダイレクト | The resource has permanently moved; method must not change. |
| 400 | Bad Request | 4xx クライアントエラー | The server cannot process the request due to a client error. |
| 401 | Unauthorized | 4xx クライアントエラー | Authentication is required and has failed or not been provided. |
| 402 | Payment Required | 4xx クライアントエラー | Reserved for future use. |
| 403 | Forbidden | 4xx クライアントエラー | The server understood the request but refuses to authorize it. |
| 404 | Not Found | 4xx クライアントエラー | The server can not find the requested resource. |
| 405 | Method Not Allowed | 4xx クライアントエラー | The request method is not supported for this resource. |
| 406 | Not Acceptable | 4xx クライアントエラー | No content matching the Accept headers was found. |
| 407 | Proxy Authentication Required | 4xx クライアントエラー | The client must authenticate with the proxy first. |
| 408 | Request Timeout | 4xx クライアントエラー | The server timed out waiting for the request. |
| 409 | Conflict | 4xx クライアントエラー | The request conflicts with the current state of the resource. |
| 410 | Gone | 4xx クライアントエラー | The resource is no longer available and will not come back. |
| 411 | Length Required | 4xx クライアントエラー | The request did not specify the length of its content. |
| 412 | Precondition Failed | 4xx クライアントエラー | A precondition in the request headers was not met. |
| 413 | Payload Too Large | 4xx クライアントエラー | The request entity is larger than the server can handle. |
| 414 | URI Too Long | 4xx クライアントエラー | The requested URI is longer than the server can interpret. |
| 415 | Unsupported Media Type | 4xx クライアントエラー | The media format of the request is not supported. |
| 416 | Range Not Satisfiable | 4xx クライアントエラー | The requested range cannot be satisfied. |
| 417 | Expectation Failed | 4xx クライアントエラー | The Expect header could not be met by the server. |
| 418 | I'm a Teapot | 4xx クライアントエラー | An April Fools' joke status code from RFC 2324. |
| 421 | Misdirected Request | 4xx クライアントエラー | The request was directed at a server unable to produce a response. |
| 422 | Unprocessable Entity | 4xx クライアントエラー | The request was well-formed but semantically incorrect. |
| 423 | Locked | 4xx クライアントエラー | The resource that is being accessed is locked. |
| 424 | Failed Dependency | 4xx クライアントエラー | The request failed because a prior dependent request failed. |
| 425 | Too Early | 4xx クライアントエラー | The server is unwilling to risk processing a replayable request. |
| 426 | Upgrade Required | 4xx クライアントエラー | The client should switch to a different protocol. |
| 428 | Precondition Required | 4xx クライアントエラー | The origin server requires the request to be conditional. |
| 429 | Too Many Requests | 4xx クライアントエラー | The client has sent too many requests in a given time. |
| 431 | Request Header Fields Too Large | 4xx クライアントエラー | The header fields are too large for the server. |
| 451 | Unavailable For Legal Reasons | 4xx クライアントエラー | The resource is unavailable for legal reasons. |
| 500 | Internal Server Error | 5xx サーバーエラー | The server encountered an unexpected condition. |
| 501 | Not Implemented | 5xx サーバーエラー | The server does not support the functionality required. |
| 502 | Bad Gateway | 5xx サーバーエラー | The server, acting as a gateway, got an invalid response. |
| 503 | Service Unavailable | 5xx サーバーエラー | The server is not ready to handle the request. |
| 504 | Gateway Timeout | 5xx サーバーエラー | The server, acting as a gateway, did not get a response in time. |
| 505 | HTTP Version Not Supported | 5xx サーバーエラー | The HTTP version used in the request is not supported. |
| 506 | Variant Also Negotiates | 5xx サーバーエラー | Transparent content negotiation resulted in a circular reference. |
| 507 | Insufficient Storage | 5xx サーバーエラー | The server is unable to store the representation needed. |
| 508 | Loop Detected | 5xx サーバーエラー | The server detected an infinite loop while processing the request. |
| 510 | Not Extended | 5xx サーバーエラー | Further extensions to the request are required. |
| 511 | Network Authentication Required | 5xx サーバーエラー | The client needs to authenticate to gain network access. |
このページの処理はすべてブラウザ内で行われます。アップロードは一切ありません。
このツールでできること
HTTPレスポンスには必ず3桁のステータスコードが含まれており、クライアントに何が起きたかを伝えます。2xxは成功、3xxはリダイレクト、4xxはクライアント側の誤り、5xxはサーバー側の障害を表します。このツールはIANAに登録されたコードを平易な説明とともにまとめており、エディタを離れることなくコードの意味を確認したり、返すべき正しいコードを探したりできます。
使い方
- ステータスコード、その名前、または「rate limit」のようなキーワードを入力します。
- 必要に応じて1つのカテゴリー(1xx〜5xx)に絞り込みます。
- 一致したコードの簡潔な説明を確認します。
プライバシー
このツールはすべてブラウザ内で動作します。入力した内容がアップロード・保存・共有されることはなく、タブを閉じれば消えます。
よくある質問
- この一覧はどこから来ていますか。
- IANAに登録されたコードをまとめたローカルのテーブルで、一般的なWeb APIやブラウザのやり取りで返されるほぼすべてのコードを網羅しています。サーバーへの通信は一切行いません。
- 401と403の違いは何ですか。
- 401 Unauthorizedはリクエストに有効な認証情報が必要であることを意味し、403 Forbiddenはサーバーがあなたが誰であるかを理解した上で、その操作の許可を拒否したことを意味します。
- なぜ418というコードが存在するのですか。
- 「I'm a Teapot」は1998年のエイプリルフールのRFCに由来します。真剣に使われることはほとんどありませんが、一部のAPIでは遊び心として使われることがあります。