Hi Nagai, > Thanks for your advice. > I fixed my code and it works well. > curl_easy_setopt(handle, CURLOPT_CUSTOMREQUEST, "DELE"); > curl_easy_setopt(handle, CURLOPT_NOBODY, 1);
You're welcome... I just double checked the documentation for CUSTOMREQUEST and NOBODY and it's not obvious that the option should be used for the DELE command so I will update the documentation accordingly. Cheers for your input Steve ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
