无法在localhost上与Zend_Rest_Client连接错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法在localhost上与Zend_Rest_Client连接错误相关的知识,希望对你有一定的参考价值。
我使用Zend_Rest_Client
连接Zend_Rest_Server
,一切似乎都没问题,但当我尝试从服务器get()
我收到此错误:
Zend_Http_Client_Adapter_Exception:无法连接到tcp:// localhost:80。错误#10060:连接尝试失败,因为连接方在一段时间后没有正确响应,或者由于连接主机无法响应而建立连接失败。在第148行的C: www zf_1_72 library Zend Http Client Adapter Socket.php中
这是代码,我用它
$client = new Zend_Rest_Client('http://localhost/my_application/api/index/');
$client->auth($key);
$result = $client->get();
谢谢你的任何建议
答案
This thread suggetss该问题可能与'localhost'名称 - 尝试使用127.0.0.1
而不是。
以上是关于无法在localhost上与Zend_Rest_Client连接错误的主要内容,如果未能解决你的问题,请参考以下文章
Hystrix-dashboard 无法在 Kubernetes 上与 Kubeflix 一起使用
无法让 Xamarin 项目在 OSX 上与 Rider-EAP 一起使用
无法让 ELMAH 在 IIS7.5 上与 ASP.NET MVC2 一起使用
无法让 Sqoop 1.99.3 在 64 位 Centos 6.5 上与 Apache Hadoop 2.4.0 一起使用