Hi "KTD Services" (!)
I assume by DELETE, you mean the HTTP method
and not the value of a parameter named _method
that is processed by the URL script.
If that is the case, then you want to use the
customRequest option for the libcurl operation
and you don't need or want to use postForm().
I am having trouble with the postForm function in RCurl.
I want to send a the command DELETE https://somewebsite.com.json
but I can't seem to find it. I could try:
postForm(url, _method="DELETE", .opts = list(username:password) )
but I get the error:
Error: unexpected input in "postFo
2 matches
Mail list logo