php-html-parser icon indicating copy to clipboard operation
php-html-parser copied to clipboard

Provided option to allow Redirect follow

Open eaglexboy opened this issue 1 year ago • 0 comments

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.

eaglexboy avatar Apr 07 '24 03:04 eaglexboy