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
bug FriendsOfPHP#236 Fix the handling of cookie for URLs with a custom port (stof)
This PR was merged into the 3.1-dev branch.
Discussion
----------
Fix the handling of cookie for URLs with a custom port
In recent Symfony version, BrowserKit includes the port in ``HTTP_HOST`` to match the specification of the header.
But the Guzzle CookieJar does not want this host here, it wants the domain only. Otherwise the cookies won't match.
closesFriendsOfPHP#232
Commits
-------
4c178c9 Fix the handling of cookie for URLs with a custom port
0 commit comments