quote:
Originally posted by Mike
By the way, the server uses libcurl/7.13.2
wtf, seriously? That version is over 4 years old... :/
The only thing I can suggest is to enable verbose mode, which will show more detailed information...
php code:
curl_setopt($ch, CURLOPT_VERBOSE, true);
(Look into CURLOPT_STDERR if you want to redirect the info to a file)
My guess is that cURL is misinterpreting the response somehow, thinking it got a partial response when in fact it got the full response.