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/416/index.html | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/ja/web/http/status/416/index.html (limited to 'files/ja/web/http/status/416') diff --git a/files/ja/web/http/status/416/index.html b/files/ja/web/http/status/416/index.html new file mode 100644 index 0000000000..2d82a94f5d --- /dev/null +++ b/files/ja/web/http/status/416/index.html @@ -0,0 +1,53 @@ +--- +title: 416 Range Not Satisfiable +slug: Web/HTTP/Status/416 +tags: + - Client error + - HTTP + - Status code +translation_of: Web/HTTP/Status/416 +--- +
{{HTTPSidebar}}
+ +

HyperText Transfer Protocol (HTTP) 416 Range Not Satisfiable エラーレスポンスコードは、サーバーがリクエストされた範囲を提供できないことを示します。最も可能性の高い理由は、文書にそのような範囲が含まれていないか、または {{HTTPHeader("Range")}} ヘッダー値が構文的には正しいものの、意味をなさないということです。

+ +

416 レスポンスメッセージには {{HTTPHeader("Content-Range")}} が含まれ、未解決の範囲 ('*') とそれに続く '/' とリソースの現在、例えば Content-Range: bytes */12777 を示します。

+ +

このエラーに直面すると、ブラウザーは通常操作を中断する (たとえば、ダウンロードは再開不可とみなす) か、文書全体を再度リクエストするかします。

+ +

ステータス

+ +
416 Range Not Satisfiable
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7233", "416 Request Not Satisfiable" , "4.4")}}Hypertext Transfer Protocol (HTTP/1.1): Range Requests
+ +

ブラウザーの互換性

+ +

以下に表示される情報は、MDN の Github (https://github.com/mdn/browser-compat-data) からのものです。

+ + + +

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

+ +

関連情報

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