Hello,
I am working on Linux (Ubuntu) and I have written the following function in order to upload a JSON file (server with 'url' adress):
URLExecute[url, "BodyData" ->"{"a"->"b"}","Method" -> "PUT"]
It works fine for Linux. But it should also work on a Windows Server...
1) Is the "Method"->"PUT" based on cURL?
2) Is there another function or a workaround for Windows?
Thanks! Gordon