[Progress Communities] [Progress OpenEdge ABL] Forum Post: trying to use OpenEdge instead of Curl

  • Thread starter davidw@solarpolar.co.uk
  • Start date
Status
Not open for further replies.
D

davidw@solarpolar.co.uk

Guest
Hi OpenEdge folks, I've got a working curl command which calls an REST api and returns some json. The format is : curl --cert ./mycert.pem:password123 -H "Content-Type: application/json" -X POST -d '{"username":"xyz","password":"xyz"}' https://someapi.com/getcustomerlis t The PEM certificate has a password that goes along with it. Has anyone done a similar call but natively in OE? If so, how did you handle the PEM & password? Many thanks, Dave

Continue reading...
 
Status
Not open for further replies.
Top