-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | master |
Standard browser behavior will follow http-equiv
redirects such as
<meta http-equiv="Refresh" content="0; URL=http://example.com/somewhere">
This was originally discovered over in jhedstrom/drupalextension#325 (comment), where it is blocking the testing of Drupal with BigPipe enabled (for non-JS drivers, eg, Goutte).
I'd originally opened this as a Goutte issue (FriendsOfPHP/Goutte#329), but realize it may make more sense to resolve in BrowserKit.