AA - 2011-11-08 16:34:32
Hi there,
I'm trying to post 153 characters using curl. The request header indicates a content length of 153, but the server returns "Error. Body was: " and the first 100 characters of CURLOPT_POSTFIELDS. However, I know it's not the other server's fault because I can post the full 153 characters fine in terminal using curl.
How can I allow more than 100 characters with PHP CURL?