adapt_authoring
adapt_authoring copied to clipboard
Requests with a invalid http method get a 404 response not 405
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