muxpatterns
muxpatterns copied to clipboard
404 instead of 405 when using wrong method
I've got the following paths:
"POST /{$}"
"/local/"
"GET /data"
Whenever I use an unsupported method on / or on /data I'm getting 404 instead of 405. According to the proposal it is supposed to return 405. Am I missing something?