View Single Post
  #1  
Old 01-24-2013, 04:17 PM
foxyfred foxyfred is offline
Member
 
Join Date: Jul 2011
Posts: 11
Default Litespeed blocks HTTP PATCH requests, Error 400

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:

Code:
2013-01-24 13:31:17.864 [INFO] [199.47.220.172:37018-0] Status 400: Bad request method: PATCH /stores/66
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?
Reply With Quote