From 89f0a41e8baefddf2c6962a8f0eee71dfd124d21 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 9 Dec 2021 11:14:31 +0100 Subject: added issues --- issues/http-status-405.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 issues/http-status-405.md (limited to 'issues/http-status-405.md') diff --git a/issues/http-status-405.md b/issues/http-status-405.md deleted file mode 100644 index 3278f42..0000000 --- a/issues/http-status-405.md +++ /dev/null @@ -1,19 +0,0 @@ -# HTTP status 405, no Allow header -Reported by: ln5 - -When using HTTP GET for a POST endpoint or vice versa, HTTP status code 405 is -returned by the server. According to RFC2616 an Allow header MUST be included in -the response. - -``` -10.4.6 405 Method Not Allowed - -The method specified in the Request-Line is not allowed for the resource -identified by the Request-URI. The response MUST include an Allow header -containing a list of valid methods for the requested resource. -``` - -Find relevant places to start looking: -``` -$ git grep StatusMethodNotAllowed -``` -- cgit v1.2.3