Gerard Mulder

Results 2 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**...

this is a potential security issue... you could do something like this to "fix" it: file: https://github.com/nulldriver/maven-resource/blob/master/assets/.mvn/settings.xml ``` 2_central https://repo.maven.apache.org/maven2/ true true 1_remote-repository ${repository.url} true true ``` ... because Maven...