Codeception / lib-innerbrowser

InnerBrowser
MIT License
79 stars 19 forks source link

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

Open Naktibalda opened 8 years ago

Naktibalda commented 8 years ago
  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.
DavertMik commented 7 years ago

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

Naktibalda commented 3 years ago

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

Naktibalda commented 3 years ago

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