You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…entIps (tony-co)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#11379).
Discussion
----------
Added new Forwarded header support for Request::getClientIps
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #11073
| License | MIT
| Doc PR | no
Commits
-------
4c8a25a Added new Forwarded header support for Request::getClientIps
RFC7239 defines a Forwarded header that regroups all the
X-Forwarded-{For,By,Proto,Port}
into one header. Support should be added in https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/Request.php#L782The text was updated successfully, but these errors were encountered: