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

Appearance settings

browser-kit client redirects w. lowercase method name. #19419

Copy link
Copy link
Closed
@thomasnordahl-dk

Description

@thomasnordahl-dk
Issue body actions

When the browser-kit Client follows a 302 or 303 redirect, the request is with the GET method name in lower-case. The http 1.1 definition defines the method names as case-sensitive.

Where the method name is set to 'get' instead of 'GET':
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/BrowserKit/Client.php#L478

The relevant section in the HTTP protocol.
https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.