aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/http/status/405/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/tr/web/http/status/405/index.html')
-rw-r--r--files/tr/web/http/status/405/index.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/files/tr/web/http/status/405/index.html b/files/tr/web/http/status/405/index.html
deleted file mode 100644
index ef06ed441a..0000000000
--- a/files/tr/web/http/status/405/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: 405 İzin Verilmeyen Metot
-slug: Web/HTTP/Status/405
-tags:
- - Durum kodu
-translation_of: Web/HTTP/Status/405
----
-<div>{{HTTPSidebar}}</div>
-
-<p>HyperText Transfer Protocol (HTTP) <code><strong>405 Method Not Allowed</strong></code> durum kodu sunucunun istek metodunu bilmesine rağmen istenen kaynak tarafından metodun desteklenmediği anlamına gelir.</p>
-
-<p class="newpage">Sunucu MUTLAKA <strong><code>Allow</code></strong> başlığı ile istenen kaynağın şu an desteklediği metotları listeleyen bir 405 cevabı vermelidir.</p>
-
-<h2 id="Durum">Durum</h2>
-
-<pre class="syntaxbox notranslate">405 Method Not Allowed</pre>
-
-<h2 id="Detaylar">Detaylar</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Title</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{RFC("7231", "405 Method Not Allowed" , "6.5.5")}}</td>
- <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Bakınız">Bakınız</h2>
-
-<ul>
- <li>{{HTTPHeader("Allow")}}</li>
- <li><a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" rel="noopener">HTTP/1.1: Status Code Definitions</a></li>
- <li><a href="https://kinsta.com/blog/405-method-not-allowed-error/">How to Fix 405 Method Not Allowed</a></li>
- <li><a href="https://docs.microsoft.com/en-us/aspnet/web-api/overview/testing-and-debugging/troubleshooting-http-405-errors-after-publishing-web-api-applications">Troubleshooting HTTP 405</a></li>
-</ul>