execute process task with curl

  • 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?

     

     

     

     

  • Something going on with your quotes.  The url should be in single quotes. There should be a quote before POST also.

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply