Zend_Rest_Client - localhost hata

1 Cevap php

Ben Zend_Rest_Server bağlanmak için Zend_Rest_Client kullanıyorum, her şey yolunda olacak gibi görünüyor, ama ben sunucudan) (almaya çalıştığınızda bu hata alma:

Zend_Http_Client_Adapter_Exception: Unable to Connect to tcp://localhost:80. Error #10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\www\zf_1_72\library\Zend\Http\Client\Adapter\Socket.php on line 148

Burada kod kullanmalıyım hangi bir

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

Herhangi bir tavsiye için teşekkür bulunuyor

1 Cevap

Yerine kullanmayı deneyin 127.0.0.1 - This thread konu 'localhost' adı ile olabilir suggetss.