From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/status/503/index.html | 59 +++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 files/ja/web/http/status/503/index.html (limited to 'files/ja/web/http/status/503/index.html') diff --git a/files/ja/web/http/status/503/index.html b/files/ja/web/http/status/503/index.html new file mode 100644 index 0000000000..23d6ea8581 --- /dev/null +++ b/files/ja/web/http/status/503/index.html @@ -0,0 +1,59 @@ +--- +title: 503 Service Unavailable +slug: Web/HTTP/Status/503 +tags: + - HTTP + - Reference + - Server error + - Status code + - サーバーエラー + - ステータスコード +translation_of: Web/HTTP/Status/503 +--- +
{{HTTPSidebar}}
+ +

HyperText Transfer Protocol (HTTP) の 503 Service Unavailable サーバーエラーレスポンスコードで、サーバーがリクエストを処理する準備ができていないことを示します。

+ +

一般的な原因は、サーバーがメンテナンス中のために停止していることや、過負荷状態になっていることです。このレスポンスは、一時的な条件に使用する必要があり、 {{HTTPHeader("Retry-After")}} HTTP ヘッダーには、もし可能であれば、サービスの復旧に要する予想時間を含めるべきです。

+ +
+

メモ: このレスポンスと共に、問題を分かりやすく説明するページを送信する必要があります。

+
+ +

503 のステータスはしばしば一時的な状態であり、レスポンスは頻繁にキャッシュされるべきではないため、このレスポンスと共に送信されるキャッシュ関連のヘッダーは注意する必要があります。

+ +

ステータス

+ +
503 Service Unavailable
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "503 Service Unavailable" , "6.6.4")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

ブラウザーの互換性

+ +

以下に示す情報は、 MDN の GitHub から取得したものです。 (https://github.com/mdn/browser-compat-data).

+ + + +

{{Compat("http.status.503")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf