diff options
Diffstat (limited to 'files/ja/web/http/status/425')
-rw-r--r-- | files/ja/web/http/status/425/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ja/web/http/status/425/index.html b/files/ja/web/http/status/425/index.html new file mode 100644 index 0000000000..a144ea2f4b --- /dev/null +++ b/files/ja/web/http/status/425/index.html @@ -0,0 +1,41 @@ +--- +title: 425 Too Early +slug: Web/HTTP/Status/425 +tags: + - HTTP + - HTTP ステータスコード + - クライアントエラー + - ステータスコード + - ブラウザー +translation_of: Web/HTTP/Status/425 +--- +<div>{{SeeCompatTable}}{{HTTPSidebar}}</div> + +<p>HTTP (HyperText Transfer Protocol) の <code><strong>425 Too Early</strong></code> レスポンスステータスコードは、サーバーがリプレイ攻撃の可能性を生み出すリプレイされた要求を処理するリスクを負わないことを示します。</p> + +<h2 id="Status" name="Status">ステータス</h2> + +<pre class="syntaxbox">425 Too Early</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("8470", "425: Early Data", "5.2")}}</td> + <td>Using Early Data in HTTP</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> + +<p class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</p> + +<p>{{Compat("http.status.425")}}</p> |