muxpatterns icon indicating copy to clipboard operation
muxpatterns copied to clipboard

404 instead of 405 when using wrong method

Open jniewt opened this issue 1 year ago • 4 comments

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?

jniewt avatar Sep 08 '23 07:09 jniewt