donglang8008 2015-08-31 11:18
浏览 1139

Guzzle使用代理请求

I want to use proxy when request for a page in guzzle. The code below encountered with a warning:

Warning: curl_setopt_array(): Array keys must be CURLOPT constants or equivalent integer values in .../guzzle/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 56 
Warning: curl_setopt_array(): Array keys must be CURLOPT constants or equivalent integer values in .../guzzle/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 56
Warning: curl_setopt_array(): Array keys must be CURLOPT constants or equivalent integer values in .../guzzle/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 56
cURL error 0: The cURL request was retried 3 times and did not succeed. The most likely reason for the failure is that cURL was unable to rewind the body of the request and subsequent retries resulted in the same error. Turn on the debug option to see what went wrong. See https://bugs.php.net/bug.php?id=47204 for more information. (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Run-time warning: curl_setopt_array(): Array keys must be CURLOPT constants or equivalent integer values in .../guzzle/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 56

What is the problem with this code:

this->method = 'GET';
$this->request = new Request($this->method, $this->url);
$this->options = [
'base_uri'     => $this->base_uri,
'timeout'      => 30,
'curl'  => [
        'CURLOPT_PROXY' => '*.*.*.*',
        'CURLOPT_PROXYPORT' => 80,
        'CURLOPT_PROXYUSERPWD' => '*:*',
   ],
'headers' => [
        'User-Agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'
   ]
];
$this->response = $this->send($this->request, $this->options);// $this extends Client Class
  • 写回答

1条回答 默认 最新

  • doukekui0914 2016-01-27 13:29
    关注

    Just found this while trying to fix a proxy related issue I was having, but this seems an easy fix.

    In the error message:

    Run-time warning: curl_setopt_array(): Array keys must be CURLOPT constants or equivalent integer values

    In your code:

    'curl'  => [
        'CURLOPT_PROXY' => '*.*.*.*',
        'CURLOPT_PROXYPORT' => 80,
        'CURLOPT_PROXYUSERPWD' => '*:*',
    ],
    

    You have made the constants strings, so therefore they do not pass as valid keys.

    评论

报告相同问题?

悬赏问题

  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作