From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/tr/web/http/status/405/index.html | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/tr/web/http/status/405/index.html (limited to 'files/tr/web/http/status/405/index.html') diff --git a/files/tr/web/http/status/405/index.html b/files/tr/web/http/status/405/index.html new file mode 100644 index 0000000000..ef06ed441a --- /dev/null +++ b/files/tr/web/http/status/405/index.html @@ -0,0 +1,42 @@ +--- +title: 405 İzin Verilmeyen Metot +slug: Web/HTTP/Status/405 +tags: + - Durum kodu +translation_of: Web/HTTP/Status/405 +--- +
{{HTTPSidebar}}
+ +

HyperText Transfer Protocol (HTTP) 405 Method Not Allowed durum kodu sunucunun istek metodunu bilmesine rağmen istenen kaynak tarafından metodun desteklenmediği anlamına gelir.

+ +

Sunucu MUTLAKA Allow başlığı ile istenen kaynağın şu an desteklediği metotları listeleyen bir 405 cevabı vermelidir.

+ +

Durum

+ +
405 Method Not Allowed
+ +

Detaylar

+ + + + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "405 Method Not Allowed" , "6.5.5")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Bakınız

+ + -- cgit v1.2.3-54-g00ecf