diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/http/status/402 | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/http/status/402')
-rw-r--r-- | files/ja/web/http/status/402/index.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/files/ja/web/http/status/402/index.html b/files/ja/web/http/status/402/index.html new file mode 100644 index 0000000000..8a58ee1ad6 --- /dev/null +++ b/files/ja/web/http/status/402/index.html @@ -0,0 +1,56 @@ +--- +title: 402 Payment Required +slug: Web/HTTP/Status/402 +tags: + - Browser + - Client error + - HTTP + - Status code + - クライアントエラー + - ステータスコード +translation_of: Web/HTTP/Status/402 +--- +<p>{{HTTPSidebar}}{{SeeCompatTable}}</p> + +<p>HTTP の <strong><code>402 Payment Required</code></strong> は、将来使用するために予約されている標準外のクライアントエラーステータスレスポンスコードです。</p> + +<p>このコードは、クライアントが支払いをするまでリクエストを処理できないことを示している場合があります。もともとは電子マネーまたは (マイクロ) ペイメントシステムを有効にするために作成されたもので、リクエストされたコンテンツがクライアントが支払いをするまで利用できないことを示していました。しかしながら、標準的な慣例は存在せず、様々なエンティティが様々な場面で使用しています。</p> + +<h2 id="Status" name="Status">ステータス</h2> + +<pre class="syntaxbox notranslate">402 Payment Required</pre> + +<h2 id="Example_response" name="Example_response">レスポンスの例</h2> + +<pre class="brush: bash notranslate">HTTP/1.1 402 Payment Required +Date: Wed, 21 Oct 2015 07:28:00 GMT +</pre> + +<h2 id="Specifications" name="Specifications">仕様書</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">仕様書</th> + <th scope="col">題名</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{RFC("7231", "402 Payment Required" , "6.5.2")}}</td> + <td>HTTP/1.1: Semantics and Content</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> + +<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> + +<p>{{Compat("http.status.402")}}</p> + +<h2 id="See_also" name="See_also">関連情報</h2> + +<ul> + <li><a href="/ja/docs/Web/HTTP/Authentication">HTTP authentication</a></li> +</ul> |