We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@Naktibalda what's the status of this issue? I think we are handling this redirection
Sorry, something went wrong.
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: symfony/symfony#27118
Naktibalda
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: