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-Methodand set toPATCH - See PatchRequestMiddleware for details