We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac4e53 commit 692aa3dCopy full SHA for 692aa3d
doc/rest.txt
@@ -1423,8 +1423,8 @@ payload. When modifying a property via ``PUT`` or ``PATCH`` or
1423
Tunneling Methods via POST
1424
==========================
1425
1426
-If you are working through a proxy and unable to use http method like
1427
-PUT, PATCH or DELETE you can use POST to perform the action. To tunnel
+If you are working through a proxy and unable to use http methods like
+PUT, PATCH, or DELETE, you can use POST to perform the action. To tunnel
1428
an action through POST, send the ``X-HTTP-METHOD-OVERRIDE`` header
1429
with a value of DELETE or other capitalized HTTP verb. The body of the
1430
POST should be what you would send if you were using the method
0 commit comments