aboutsummaryrefslogtreecommitdiff
path: root/files/id/web/http/status/405/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/id/web/http/status/405/index.html')
-rw-r--r--files/id/web/http/status/405/index.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/files/id/web/http/status/405/index.html b/files/id/web/http/status/405/index.html
deleted file mode 100644
index 651db0f858..0000000000
--- a/files/id/web/http/status/405/index.html
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: 405 Metode tidak Diizinkan
-slug: Web/HTTP/Status/405
-tags:
- - Galat Klien
- - HTTP
- - Referensi
- - Status kode
- - Status kode HTTP
-translation_of: Web/HTTP/Status/405
----
-<div>{{HTTPSidebar}}</div>
-
-<p>Kode respon HTTP <code><strong>405 Method Not Allowed</strong></code> mengindikasikan bahwa metode permintaan dikenali oleh server tetapi tidak didukung oleh target sumber daya. <span style="">Server harus menyematkan </span><strong style=""><code>Allow</code></strong><span style=""> header field di dalam respon 405 berisi daftar dari metode permintaan yang didukung oleh target sumber daya.</span></p>
-
-<h2 id="Status">Status</h2>
-
-<pre class="syntaxbox">405 Method Not Allowed</pre>
-
-<h2 id="Spesifikasi">Spesifikasi</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="Lihat_juga">Lihat juga</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>