cakephp $ HttpSocket->请求不返回数据

时间:2011-11-21 18:19:52

标签: php cakephp

您好我试图将一些数据提供给主服务器并使用$ HttpSocket->请求。问题是我没有从中获取任何数据。

App::import('Core', 'HttpSocket');
$HttpSocket = new HttpSocket();
$request = array('auth' => array('username' =>'xxxx',
                                 'password' => 'xxxx',
                                'method' => 'Basic'),
                 'uri' => "http://test.com/xxxx/xxxx/{$xx}");
$result = $HttpSocket->request($request);

debug($HttpSocket->response);
debug($result);

此代码中的任何问题? 任何建议将不胜感激,谢谢!干杯!

0 个答案:

没有答案