lib-innerbrowser icon indicating copy to clipboard operation
lib-innerbrowser copied to clipboard

[InnerBrowser] Framework modules do not support redirection by meta tags

Open Naktibalda opened this issue 10 years ago • 3 comments

  1. 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.

  2. createResponse does not support Location meta tag.

  3. It sets Location header to the instance of Psr7Uri, but the string is expected.

Naktibalda avatar Sep 14 '15 22:09 Naktibalda

@Naktibalda what's the status of this issue? I think we are handling this redirection

DavertMik avatar Oct 24 '16 22:10 DavertMik

I think that we still aren't handling meta redirection in InnerBrowser.

Naktibalda avatar Jan 17 '21 12:01 Naktibalda

BrowserKit supports following meta refresh redirects since 4.2.0 version, but it is disabled by default: https://github.com/symfony/symfony/pull/27118

Naktibalda avatar May 19 '21 13:05 Naktibalda