[InnerBrowser] Framework modules do not support redirection by meta tags
-
Redirection by refresh meta tag is supported by Guzzle connectors, but not by framework connectors.
createResponse method should be promoted from Guzzle connectors to InnerBrowser.
-
createResponse does not support Location meta tag.
-
It sets Location header to the instance of Psr7Uri, but the string is expected.
@Naktibalda what's the status of this issue? I think we are handling this redirection
I think that we still aren't handling meta redirection in InnerBrowser.
BrowserKit supports following meta refresh redirects since 4.2.0 version, but it is disabled by default: https://github.com/symfony/symfony/pull/27118