aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/http/status/402/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/tr/web/http/status/402/index.html')
-rw-r--r--files/tr/web/http/status/402/index.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/files/tr/web/http/status/402/index.html b/files/tr/web/http/status/402/index.html
deleted file mode 100644
index bc74ce45f1..0000000000
--- a/files/tr/web/http/status/402/index.html
+++ /dev/null
@@ -1,49 +0,0 @@
----
-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>