読み込み中...
読み込み中...
1xx / 2xx / 3xx / 4xx / 5xx の各範囲の意味と、その中でよく出る代表コードを 1 枚にまとめたクイックリファレンス。
最終更新日 ・ by yuzlrin
全コードの詳細は /tools/http-status-codes を参照。
| 項目 | 内容 |
|---|---|
| 1xx | 情報 (100 Continue, 101 Switching Protocols, 103 Early Hints) |
| 2xx | 成功 (200 OK, 201 Created, 202 Accepted, 204 No Content, 206 Partial Content) |
| 3xx | リダイレクト (301 Moved Permanently, 302 Found, 303 See Other, 304 Not Modified, 307 Temporary Redirect, 308 Permanent Redirect) |
| 4xx | クライアントエラー (400 Bad Request, 401 Unauthorized, 403 Forbidden, 404 Not Found, 409 Conflict, 410 Gone, 422 Unprocessable, 429 Too Many Requests) |
| 5xx | サーバエラー (500 Internal Server Error, 501 Not Implemented, 502 Bad Gateway, 503 Service Unavailable, 504 Gateway Timeout) |