Top "Http-status-code-405" questions

"Method not allowed": generally returned if a client attempts to use an incorrect method (such as POST) for a request to a particular URL.

Why does HTTP DELETE verb return 405 error - method not allowed for my RESTful WCF service running on IIS 7.5?

Can anyone shed any light on this? I feel like I have wasted the entire day today hunting and searching …

wcf rest http-status-code-405
HTTP Status 405 - HTTP method POST is not supported by this URL

I am getting the error HTTP Status 405 - HTTP method POST is not supported by this URL when I use …

java servlets http-status-code-405
WCF The request failed with HTTP status 405: Method Not Allowed

I have a WCF service that has been hosted on a Windows Service and uses the BasicHttp endpoint to serve …

wcf http-status-code-405
App Script sends 405 response when trying to send a POST request

I have published an app script publicly (Anyone, even anonymous) with a doPost method as follow, function doPost(e){ var …

google-apps-script axios cors http-status-code-405
Android HTTPPost Returns Error "Method not allowed."

I'm coding an Android 2.2 app that POSTs a json stringentity to a ReSTfull web service. Fiddler calls to the web …

android json post httpclient http-status-code-405
fb iframe application: 405 error

my application works fine without iframe, returns 405 error at facebook! why is it so?

facebook http-status-code-405
Pretend Firefox instead of Phantom.js

When I try to scrap this site with Phantomjs, by default, Phantomjs send the following headers to server: "name":"User-Agent", "…

web-scraping phantomjs user-agent http-status-code-405
(405) Method Not Allowed. WCF WebService

Introduction: Hello, I am trying to set up a WCF web service on my local IIS 7.5 server, however after I …

asp.net web-services wcf iis http-status-code-405
django: generic class view + POST = HTTP 405 (Method not allowed)

Recently I've started converting some of the view functions to Generic Views. Converting the function which was expected to handle …

python django http http-status-code-405
Ajax POST results in a 405 (Method Not Allowed) - Spring MVC

I'm trying to make an ajax call to my Spring controller/action with POST method, and return an object from …

ajax spring-mvc post spring-security http-status-code-405