クラス | ステータス コード | 意味 | 説明 |
Informational | 100 | ||
Success | 200 | OK | |
201 | Created | ||
203 | Accepted | ||
204 | No Content | ||
Redirection | 300 | Multiple Choices | |
301 | Moved Permanently | 恒久的な移動 | |
302 | Moved Temporarily | 一時的な移動 | |
304 | Not Modified | 更新されていない リクエストに If-Modified-Since ヘッダがあり、その時間以降更新されていない場合に応答する (ブラウザはキャッシュを表示させる) | |
Client Error | 400 | Bad Request | 不正なリクエスト |
401 | Unauthorized | 認証が必要\br;ブラウザは BASIC 認証などの認証情報を求める | |
403 | Forbidden | 禁止 アクセス権がない | |
404 | Not Found | 見つからない URI が存在しない | |
Server Error | 500 | Internal Server Error | サーバ内部エラー Web アプリケーションのエラーなど |
501 | Not Implemented | ||
502 | Bad Gateway | ||
503 | Service Unavailable | サービス利用不可 過負荷など | |
505 | HTTP Version Not Supported |
クラス | ステータス コード | 意味 | 説明 |
Informational | 100 | ||
Success | 200 | OK | |
201 | Created | ||
202 | Accepted | ||
203 | Non-Authoritative Information | ||
204 | No Content | ||
205 | Reset Content | ||
206 | Partial Content | ||
Redirection | 300 | Multiple Choices | |
301 | Moved Permanently | 恒久的な移動 | |
302 | Found | 一時的な移動 (メソッドの変更をしないよう要求しているが、ブラウザによる) | |
303 | See Other | ||
304 | Not Modified | 更新されていない リクエストに If-Modified-Since ヘッダがあり、その時間以降更新されていない場合に応答する (ブラウザはキャッシュを表示させる) | |
305 | Use Proxy | ||
306 | (Unused) | ||
307 | Temporary Redirect | 一時的な移動 (メソッドの変更が禁止されているため、POST のリダイレクトは 307 が推奨) | |
Client Error | 400 | Bad Request | 不正なリクエスト |
401 | Unauthorized | 認証が必要\br;ブラウザは BASIC 認証などの認証情報を求める | |
403 | Forbidden | 禁止 アクセス権がない | |
404 | Not Found | 見つからない URI が存在しない | |
405 | Method Not Allowed | ||
406 | Not Acceptable | ||
407 | Proxy Authentication Required | ||
408 | Request Timeout | ||
409 | Conflict | ||
410 | Gone | ||
411 | Length Required | ||
412 | Precondition Failed | ||
413 | Request Entity Too Large | ||
414 | Request-URI Too Long | ||
415 | Unsupported Media Type | ||
416 | Requested Range Not Satisfiable | ||
417 | Expectation Failed | ||
Server Error | 500 | Internal Server Error | サーバ内部エラー Web アプリケーションのエラーなど |
501 | Not Implemented | ||
502 | Bad Gateway | ||
503 | Service Unavailable | サービス利用不可 過負荷など | |
504 | Gateway Timeout | ||
505 | HTTP Version Not Supported |