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 53216d2 commit 95faa8eCopy full SHA for 95faa8e
routing/redirect_in_config.rst
@@ -171,6 +171,10 @@ action:
171
Keeping the Request Method when Redirecting
172
-------------------------------------------
173
174
+.. versionadded:: 4.1
175
+ The feature to keep the request method when redirecting was introduced in
176
+ Symfony 4.1.
177
+
178
The redirections performed in the previous examples use the ``301`` and ``302``
179
HTTP status codes. For legacy reasons, these HTTP redirections change the method
180
of ``POST`` requests to ``GET`` (because redirecting a ``POST`` request didn't
0 commit comments