Akhlasur Rahman (Mashpy)
Results
2
comments of
Akhlasur Rahman (Mashpy)
same problem :(
Now It's working ``` $url = 'https://api.myip.com'; $client = new \Goutte\Client; $client->setClient(new \GuzzleHttp\Client(['proxy' => 'http://xx.xx.xx.xx:8080'])); $get_html = $client->request('GET', $url)->html(); var_dump($get_html); ```