hi
i need to use rest API to authorize url. i am using curl.exe.
in response, i should get session-id which i can use in the subsequent API call.
i m using execute process task and following arguments:
-X POST https://eee.com -- user username:password -H 'Accept:application/json' -o test.txt'
i am getting error could not resolve host, if i m using same username and password i am able to login into website.
any help?