We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9906c commit 266cef1Copy full SHA for 266cef1
1 file changed
user_guide_src/source/incoming/methodspoofing.rst
@@ -11,7 +11,7 @@ To spoof the method, a hidden input is added to the form with the name of ``_met
11
that you want the request to be::
12
13
<form action="" method="post">
14
- <input type="hidden" name="_method" value="PUT" />
+ <input type="hidden" name="_method" value="PUT">
15
</form>
16
17
This form is converted into a PUT request and is a true PUT request as far as the routing and the IncomingRequest
0 commit comments