blob: bc74ce45f105d3f00b8fd0e2344f6a549ee809d4 (
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
40
41
42
43
44
45
46
47
48
49
|
---
title: 402 Ödeme Gerekli
slug: Web/HTTP/Status/402
translation_of: Web/HTTP/Status/402
---
<div>{{HTTPSidebar}}{{SeeCompatTable}}</div>
<p>The HTTP <strong><code>402 Payment Required</code></strong> is a nonstandard client error status response code that is reserved for future use.</p>
<p>Sometimes, this code indicates that the request can not be processed until the client makes a payment. Originally it was created to enable digital cash or (micro) payment systems and would indicate that the requested content is not available until the client makes a payment. However, no standard use convention exists and different entities use it in different contexts.</p>
<h2 id="Status">Status</h2>
<pre class="syntaxbox notranslate">402 Payment Required</pre>
<h2 id="Example_response">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">Specifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Title</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">Browser compatibility</h2>
<p>{{Compat("http.status.402")}}</p>
<h2 id="See_also">See also</h2>
<ul>
<li><a href="/en-US/docs/Web/HTTP/Authentication">HTTP authentication</a></li>
</ul>
|