aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/425/index.html
blob: b7fafd11349593ca63f81bd2c65c6b8f114565c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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>{{Compat("http.status.425")}}</p>