Gerard Mulder
Results
1
comments of
Gerard Mulder
It is possible to POST using: `Content-Type: application/x-www-form-urlencoded` `curl "https://my-scdf-server/tasks/definitions" -i -X POST -d @data.txt -H "Content-Type: application/x-www-form-urlencoded"` data.txt: `name=my-test-task&definition=app1+--prop1%3Dtest1+%26%26+app2+--prop2%3Dtest2&description=My+test+task+for+testing` A nicer way would be to post it as **JSON**...