
01-27-2010, 08:40 PM
|
|
|
Join Date: Aug 2004
Location: Netherlands
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by buro9
Basically this:
PHP Code:
echo $response;
exit();
You need to see what is coming back before the exception gets thrown.
|
Ah oke,
here we go:
Quote:
HTTP/1.1 200 OK Server: nginx/0.7.42 Date: Wed, 27 Jan 2010 22:39:49 GMT Content-Type: text/html;charset=utf-8 Connection: keep-alive Content-Length: 376 Allow: GET, HEAD, POST Set-Cookie: anonu=psu__ba8fda56-d8f2-4008-9a45-78795aec6c7e---59cd87d95c4bc62d01c0f3740f056d73; Domain=.bit.ly; expires=Wed, 28-Dec-2011 17:39:49 GMT; Path=/; Version=1 Set-Cookie: bsession=e165dfe2-db36-4c65-bde9-3329f63d8df9---7a0a8596aff915c72e69e50dcc22b10a; Domain=.bit.ly; expires=Wed, 28-Dec-2011 17:39:49 GMT; Path=/; Version=1 { "errorCode": 0, "errorMessage": "", "results": { "http://www.nordinho.net/vbull/showthread.php?t=44452": { "hash": "aLLETL", "shortCNAMEUrl": "http://bit.ly/91KLR4", "shortKeywordUrl": "", "shortUrl": "http://bit.ly/91KLR4", "userHash": "91KLR4" } }, "statusCode": "OK" }
|
|