adapt_authoring icon indicating copy to clipboard operation
adapt_authoring copied to clipboard

Requests with a invalid http method get a 404 response not 405

Open canstudios-louisem opened this issue 8 years ago • 0 comments

Expected Behaviour

If a request made to the API match a route but the request is made with a HTTP method that is not accepted on that route the server should respond with a 405.

Actual Behaviour

The server responds with a 404, not a 405

Versions

  • Authoring Tool Version: 0.4.0

Related to #1736

canstudios-louisem avatar Oct 30 '17 11:10 canstudios-louisem