<#webadvjs#>

ピンボールアクエリオン

2014.6.2更新

HTTPのステータスコード

▼ HTTP 1.0

2xx:Success (成功)
200OK成功
201Created作成完了
202Accepted受理
204No Content内容が空
3xx:Redirection (転送)
301Moved Permanently恒久的に移転
302Moved Temporarily一時的に移転
304Not Modified変更なし
4xx:Client Error (クライアントエラー)
400Bad Request不正なリクエスト
401Unauthorized未認証
403Forbiddenアクセス権がない
404Not Found存在しない
5xx:Server Error (サーバエラー)
500Internal Server Errorサーバ内部のエラー
501Not Implemented機能が未実装
502Bad Gateway中継サーバのエラー
503Service Unavailableサービス停止中
* HTTP 1.0では100番代は未割当

▼ HTTP 1.1

1xx:Informational (情報)
100Continue継続
101Switching Protocolsプロトコル切替
2xx:Success (成功)
200OK成功
201Created作成完了
202Accepted受理
203Non-Authoritative Information非公式な情報
204No Content内容が空
205Reset Content内容をリセット
206Partial Content内容の一部
3xx:Redirection (転送)
300Multiple Choices複数の候補がある
301Moved Permanently恒久的に移転
302Found別の場所で見つけた
303See Other別の場所を探せ
304Not Modified変更なし
305Use Proxy中継サーバを通せ
307Temporary Redirect一時的な転送
4xx:Client Error (クライアントエラー)
400Bad Request不正なリクエスト
401Unauthorized未認証
402Payment Required有料である
403Forbiddenアクセス権がない
404Not Found存在しない
405Method Not Allowedそのメソッドは不可
406Not Acceptable受理不可
407Proxy Authentication Required中継サーバの認証が必要
408Request Time-out時間切れ
409Conflict競合
410Gone消滅した
411Length Required長さを指定せよ
412Precondition Failed前提条件が満たされていない
413Request Entity Too Largeリクエストデータが大きすぎ
414Request-URI Too LargeURIが長すぎる
415Unsupported Media Typeそのメディアは使えない
5xx:Server Error (サーバエラー)
500Internal Server Errorサーバ内部のエラー
501Not Implementedその機能は実装されていない
502Bad Gateway中継サーバのエラー
503Service Unavailableサービス停止中
504Gateway Time-out中継サーバの要求が時間切れ
505HTTP Version not supportedそのHTTPバージョンは不可