HTTP Patch Method - stonezhong/DataManager GitHub Wiki

Many proxies do not support HTTP patch method. Here is the workaround:

  • The request method is still POST
  • Add an extra http header X-Data-Manager-Use-Method and set to PATCH
  • See PatchRequestMiddleware for details