I'm trying to deploy a new REST API that we developed and it uses the "PATCH" HTTP verb/method to modify server-side resources.
Here's what Litespeed logs on an example PATCH request:
It also shows the built-in "404 not found" error page.
Thing is, we need to support this method. It's even got RFC support: https://tools.ietf.org/html/rfc5789
How can I configure Litespeed to let that method pass?
Here's what Litespeed logs on an example PATCH request:
Code:
2013-01-24 13:31:17.864 [INFO] [199.47.220.172:37018-0] Status 400: Bad request method: PATCH /stores/66
Thing is, we need to support this method. It's even got RFC support: https://tools.ietf.org/html/rfc5789
How can I configure Litespeed to let that method pass?