file_get_contents(https://www.thequint.com/news/webqoof/1): Failed to open stream: Connection timed out ``` $opts = array('http'=>array('header' => "User-Agent:MyAgent/1.0\r\n")); $context = stream_context_create($opts); $doc = hQuery::fromFile('https://www.thequint.com/news/webqoof/1', false, $context); dd($doc); ```