Closed

Description
If serve-index gets a POST request (or any request other than GET, HEAD, & OPTIONS) it responds to it with a 405 Method Not Allowed. It should call next() so the next middleware can handle the request.
I know I can handle the POST request before it gets to the serve-index middleware but that is not feasible with our setup right now.
Metadata
Metadata
Assignees
Labels
No labels