AG
HTTP
Status Codes
HTTP ステータスコード
ガイド
紹介
お問い合わせ
한국어
English
日本語
中文
Español
Português
Français
Deutsch
Русский
العربية
Bahasa Indonesia
ホーム
/
5xx
5xx
サーバーエラー (Server Error)
サーバーが有効なリクエストを処理できませんでした。500・502・503 が代表例です。
500
Internal Server Error
よく使う
A generic catch-all: the server hit an unexpected condition and could not complete the request.
501
Not Implemented
The server does not support the functionality required to fulfill the request.
502
Bad Gateway
よく使う
A gateway or proxy received an invalid response from an upstream server.
503
Service Unavailable
よく使う
The server is temporarily unable to handle the request due to overload or maintenance.
504
Gateway Timeout
よく使う
A gateway or proxy did not get a timely response from an upstream server.
505
HTTP Version Not Supported
The server does not support the major HTTP version used in the request.
506
Variant Also Negotiates
A server configuration error: the chosen variant is itself engaged in content negotiation.
507
Insufficient Storage
The server cannot store the representation needed to complete the request.
508
Loop Detected
The server detected an infinite loop while processing the request.
510
Not Extended
Further extensions to the request are required for the server to fulfill it.
511
Network Authentication Required
The client needs to authenticate to gain network access (e.g. a captive portal).