Skip to content

HTTP Patch Method

Stone Zhong edited this page Dec 1, 2020 · 1 revision

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

Clone this wiki locally