Tam Nguyen
Tam Nguyen
~~Oh, exactly what I am looking for, hopefully this will be implemented soon! Even this issue was here for over a year.~~ Sorry, it works if I add 1 more...
Same problem here, GET and POST are ok, DELETE doesn't work
I updated Curl/Curl.php and it is now working ``` public function delete($url, $query_parameters = array(), $data = array()) { if (is_array($url)) { $data = $query_parameters; $query_parameters = $url; $url =...