Index: branches/5.2.x/core/units/helpers/curl_helper.php =================================================================== --- branches/5.2.x/core/units/helpers/curl_helper.php +++ branches/5.2.x/core/units/helpers/curl_helper.php @@ -208,6 +208,8 @@ // don't verify SSL certificates CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => false, + + // Prevents CURL from adding "Expect: 100-continue" header for POST requests. CURLOPT_HTTPHEADER => Array ('Expect:'), );