无法在localhost上与Zend_Rest_Client连接错误

时间:2009-01-02 15:12:02

标签: php zend-framework localhost zend-rest

我正在使用Zend_Rest_Client来连接Zend_Rest_Server,一切似乎都没问题,但当我从服务器尝试get()时,我收到了这个错误:

  

Zend_Http_Client_Adapter_Exception:   无法连接   TCP://本地主机:80。错误#10060:A   连接尝试失败,因为   关联方没有正确   一段时间后回复,或   建立连接失败,因为   连接主机未能响应。   在   C:\ WWW \ zf_1_72 \库\ Zend的\ HTTP \客户端\适配器\ Socket.php   在第148行

这是代码,我使用

$client = new Zend_Rest_Client('http://localhost/my_application/api/index/');       
$client->auth($key);
$result = $client->get();

感谢任何建议

1 个答案:

答案 0 :(得分:3)

This thread建议问题可能与“localhost”名称有关 - 请尝试使用127.0.0.1