Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[HttpFoundation] Update supported HTTP methods list for X-HTTP-METHOD-OVERRIDE#21611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
mindaugasw wants to merge1 commit intosymfony:8.0
base:8.0
Choose a base branch
Loading
frommindaugasw:http-method-override-8.0-disable-get-head-connect-trace
Draft
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletionsreference/configuration/framework.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1786,9 +1786,10 @@ This option controls which HTTP methods can be overridden via the ``_method``
request parameter or the ``X-HTTP-METHOD-OVERRIDE`` header when
:ref:`http_method_override <configuration-framework-http_method_override>` is enabled.

When set to ``null`` (the default), all HTTP methods can be overridden. When set
to an empty array (``[]``), HTTP method overriding is completely disabled. When
set to a specific list of methods, only those methods will be allowed as overrides:
When set to ``null`` (the default), all HTTP methods except for ``GET``, ``HEAD``,
``TRACE``, and ``CONNECT`` can be overridden. When set to an empty array (``[]``),
HTTP method overriding is completely disabled. When set to a specific list of methods,
only those methods will be allowed as overrides:

.. configuration-block::

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp