FriendsOfPHP / Goutte

Goutte, a simple PHP Web Scraper
MIT License
9.26k stars 1.01k forks source link

Add support for noscript and meta tag refresh #329

Closed jhedstrom closed 6 years ago

jhedstrom commented 6 years ago

It was discovered that goutte isn't following meta tag redirects such as:

<noscript><meta http-equiv="Refresh" content="0; URL=http://example.com/somewhere"></noscript>

over in https://github.com/jhedstrom/drupalextension/pull/325#issuecomment-349724176.

If this would better be handled at the mink driver level, I can open an issue there instead.

jhedstrom commented 6 years ago

I've opened https://github.com/symfony/symfony/pull/27118, which seemed to make more sense than resolving here.