Relative Content

Tag Archive for phpcurlcakephp-2.0php-curl

PHP 7 CURL post request over 1024 characters timing out

I’m working in a Cake PHP 2 project running PHP 7.4. I’m trying to make a POST request via CURL to a server. I’m getting some odd behaviour with CURLOPT_POSTFIELDS. I need to send my data as an encoded JSON array so I’m doing json_encode, but it seems that when checking the character count of this, anything over 1024 causes curl to timeout and not send?