dongyixun0634 2014-12-24 18:06
浏览 216

Guzzle卷曲失败连接被拒绝

I am trying to figure out why my Guzzle request is throwing a number 7 error when cURLing.

Here is my guzzle code:

use GuzzleHttp\Client;

$client = new Client([
    'base_url' => ['http://mysite.local:8000/api/v1.0.0', []],
    'defaults' => [
        'proxy'   => 'http://mysite.local:8000'
    ]
]);

$request = $client->createRequest('GET', 'simplecontroller/index', [
    'query' => ['foo' => 'bar']
]);

$response = $client->send($request);

var_dump($response); // <-- is not happening becauase:

It is failing on CurlAdapter::send(). The cURL request is throwing an error, and thus being handled by the handleError method. Here is the error message:

string 'Failed to connect to mysite.local port 8000: Connection refused'

Any idea of what might need to change? I am working on a project that talks to an API, and that api code also happens to be in development as well on my local machine. I am also using Vagrant Homestead if that helps. As far as I can tell, it should be possible to cURL to a local url for testing purposes. If it is not, please let me know.

Thanks!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 ETLCloud 处理json多层级问题
    • ¥15 matlab中使用gurobi时报错
    • ¥15 这个主板怎么能扩出一两个sata口
    • ¥15 不是,这到底错哪儿了😭
    • ¥15 2020长安杯与连接网探
    • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
    • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
    • ¥15 可见光定位matlab仿真
    • ¥15 arduino 四自由度机械臂
    • ¥15 wordpress 产品图片 GIF 没法显示