ovchinnikovndre1
Results
1
issues of
ovchinnikovndre1
Hi. How do I add proxy support? I tried it like this : $proxies = [ 'http' => 'http://login:pass@ip:port', ]; $client = new Client([ RequestOptions::PROXY => $proxies, RequestOptions::VERIFY => false,...