HTTP ステータス・コード

次の表は,HTTP ステータス・コードの一覧です。

コード
説明
コード
説明
200
OK
405
Method Not Allowed(メソッド不許可)
201
Created(作成済み)
406
Not Acceptable(内容が認められない)
202
Accepted(承認済み)
407
Proxy Authentication Required(プロキシ認証が必要)
203
Non-Authoritative Information(信頼できない情報)
408
Request Timeout(要求タイムアウト)
204
No Content(コンテンツがありません)
409
Conflict(競合がある)
205
Reset Content(コンテンツがリセットされます)
410
Gone(存在しない)
206
Partial Content(部分コンテンツです)
411
Length Required(長さ不明)
300
Multiple Choices(複数の選択肢)
412
Precondition Failed(条件が不正)
301
Moved Permanently(恒久的に移動されました)
413
Request Entity Too Large(要求エンティティが大きすぎる)
302
Found(見つかりました)
414
Request - URI Too Large(要求の URI が長すぎる)
303
See Other(ほかを参照してください)
415
Unsupported Media Type(要求のタイプがサポートされていない)
304
Not Modified(変更されていません)
416
Requested range not satisfiable(Request ヘッダが不正)
305
Use Proxy(プロキシを使用します)
417
Expectation Failed(Expect ヘッダが不正)
307
Temporary Redirect(一時的にリダイレクトされます)
500
Internal Server Errors(サーバ内部エラー)
400
Bad Requests(不正要求)
501
Not Implemented(未実装)
401
Unauthorized(権限がない)
502
Bad Gateway(ゲートウェイが不正)
402
Payment Required(未使用。将来のために予約)
503
Service Unavailable(サービス利用不能)
403
Forbidden(アクセス拒否)
504
Gateway Timeout(ゲートウェイのタイムアウト)
404
Not found(参照先が見つからない)
505
HTTP Version not supported(HTTP のバージョンをサポートしていない)

先頭に戻る