hey alex! The problem is that he happened to have post enabled.
@vks
comment out curl_setopt($ch, CURLOPT_POST, 1);
or change it to curl_setopt($ch, CURLOPT_POST, 0);

that will fix your error :)

Reply via email to