[Dom::loadFromUrl](https://github.com/paquettg/php-html-parser/blob/4e01a438ad5961cc2d7427eb9798d213c8a12629/src/PHPHtmlParser/Dom.php#L129) uses [GuzzleHttp\Client::sendRequest](https://github.com/guzzle/guzzle/blob/7.8/src/Client.php#L132) which disables "allow-redirects" before making call. Either change to user [GuzzleHttp\Client::send](https://github.com/guzzle/guzzle/blob/7.8/src/Client.php#L120) or add option to specify if request should follow redirects and send option in request.