Open blazarecki opened 10 years ago
Passing an array to CURLOPT_POSTFIELDS will encode the data as multipart/form-data, while passing a URL-encoded string will encode the data as application/x-www-form-urlencoded.
source: http://php.net/manual/en/function.curl-setopt.php
Found the issue ping @egeloen @tmartin
When did we started to make PRs on master ? :) ping @benjaminlazarecki
Passing an array to CURLOPT_POSTFIELDS will encode the data as multipart/form-data, while passing a URL-encoded string will encode the data as application/x-www-form-urlencoded.
source: http://php.net/manual/en/function.curl-setopt.php