HTTPステータスコードをただ表にしただけ

2016年6月13日

HTTPステータスコードをただ表にしただけです。
APIとかログを見るとき調べるので表にしただけです。
詳細は以下のサイトで。

  1. HTTPステータスコード - wikipedia
Informational(情報)
code text memo
100 Continue  
101 Switching Protocols  
102 Processing  
Success(成功)
code text memo
200 OK 成功
201 Created 作成
202 Accepted 受理
203 Non-Authoritative Information 信頼できない情報
204 No Content 内容なし
205 Reset Content 内容のリセット
206 Partial Content 部分的内容,バイトレンジリクエスト
Redirection(転送)
code text memo
300 Multiple Choices  
301 Moved Permanently 恒久的に移動
302 Moved Temporarily 一時的に移動
303 See Other 新しいURLにGETで移動
304 Not Modified  
305 Use Proxy  
307 Temporary Redirect 一時的に移動、リダイレクト前と同一メソッド(GET,POSTなど)で移動
Client Error(クライアントエラー)
code text memo
400 Bad Request リクエストが不正,バリデーションエラー
401 Unauthorized 認証が必要,ログイン画面のエラー,Basic認証
402 Payment Required 支払いが必要
403 Forbidden 禁止,管理画面のエラー
404 Not Found 未検出
405 Method Not Allowed 許可されていないメソッドを使用
406 Not Acceptable 受理できない
407 Proxy Authentication Required  
408 Request Time-out リクエストタイムアウト
409 Conflict 競合,矛盾(ユーザIDの重複チェック等)
410 Gone 恒久的に移動・消滅
411 Length Required  
412 Precondition Failed  
413 Payload Too Large(RFC 7231) (RFC 2616以前)Request Entity Too Large
414 URI Too Long(RFC 7231) (RFC 2616以前)Request-URI Too Long
415 Unsupported Media Type  
416 Range Not Satisfiable(RFC 7233) (RFC 2616以前)Requested Range Not Satisfiable
429 Too Many Requests(RFC 6585)  
431 Request Header Fields Too Large(RFC 6585)  
451 Unavailable For Legal Reasons(RFC 7725) 法的・政治的検閲による閲覧禁止
Server Error(サーバエラー)
code text memo
500 Internal Server Error サーバ内部エラー,例外的なシステムエラー
501 Not Implemented  
502 Bad Gateway  
503 Service Unavailable サービスが一時的な過負荷やメンテナンスのため使用不可能
504 Gateway Time-out  
505 HTTP Version not supported