Feature #47137
HTTP method tunneling
100%
Description
Due to limited support in browsers or restrictive firewalls, Flow should allow HTTP request methods to be overridden by the client.
For POST requests the request method is overridden if
- a post argument __method is set OR
- if the header X-HTTP-Method-Override is present OR
- if the header X-HTTP-Method is present
(first rule applies in the order specified)
Example DELETE form:
<form method="POST"> <input type="hidden" name="__method" value="DELETE" /> </form>
Related issues
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19800
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19800
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19800
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20014
Updated by Bastian Waidelich almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f5b5024bdb618b5b018188ea16bd138490a02b1c.