http://docs.guzzlephp.org/en/...
根据文档上面写的:
Note
You can provide proxy URLs that contain a scheme, username, and password. For example, "http://username:password@192.168.16.1:10".
我这里测试不生效
$options['proxy'] = 'http://username:123456@122.114.228.100:8888';
$client=new Client($options);
$query=$client->get($url);
用CURL就没有问题。
请教有没有人测试过这个用户名密码具体怎么设置
请问你现在是怎么设置的呢?