What are the causes for the the error NetworkError: 405 Method Not Allowed
I was using a web service and all of a sudden it started returning that error. its not maintained so it will not get fixed. I am curious if i can do something about this.
The offending web service url is: http://jsonpdb.appspot.com/add
The method (GET/POST/HEAD etc) you’re trying to use on that URL is not supported by the app. Are you sure the API expects you to use the method you’re using on that URL?