diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/tr/web/http/status/405/index.html | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/tr/web/http/status/405/index.html')
-rw-r--r-- | files/tr/web/http/status/405/index.html | 42 |
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> |