php-html-parser
php-html-parser copied to clipboard
Provided option to allow Redirect follow
Dom::loadFromUrl uses GuzzleHttp\Client::sendRequest which disables "allow-redirects" before making call.
Either change to user GuzzleHttp\Client::send or add option to specify if request should follow redirects and send option in request.