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/428/index.html | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/ja/web/http/status/428/index.html (limited to 'files/ja/web/http/status/428') diff --git a/files/ja/web/http/status/428/index.html b/files/ja/web/http/status/428/index.html new file mode 100644 index 0000000000..584859f5aa --- /dev/null +++ b/files/ja/web/http/status/428/index.html @@ -0,0 +1,45 @@ +--- +title: 428 Precondition Required +slug: Web/HTTP/Status/428 +tags: + - HTTP + - HTTP ステータスコード + - クライアントエラー + - ステータスコード + - リファレンス +translation_of: Web/HTTP/Status/428 +--- +

{{HTTPSidebar}}

+ +

HTTP 428 Precondition Required レスポンスステータスコードは、サーバーがリクエストを条件付きにする必要があることを示します。

+ +

通常、これは {{HTTPHeader("If-Match")}} のような必須の前提条件ヘッダーがないことを意味します。

+ +

前提条件ヘッダーがサーバー側の状態と一致しない場合、レスポンスは {{HTTPStatus(412)}} Precondition Failed である必要があります。

+ +

ステータス

+ +
428 Precondition Required
+ +

仕様

+ + + + + + + + + + + + +
仕様書タイトル
{{RFC("6585", "428 Precondition Required" , "3")}}Additional HTTP Status Codes
+ +

関連情報

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