[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: [Technical Users - OE Development] Webserver Method REST

Status
Not open for further replies.
P

Peter Judge

Guest
The ABL HTTP Client can make the calls you need for both getting the token and for passing it. There are a number of examples on Github at github.com/.../http_client . It’s relatively simple to construct requests and consume responses in general. For this kind of API call, you need to be careful about how you build the token (the x-csod-signature header value). Look at using the MESSAGE-DIGEST() function to perform the SHA-512 hashing .

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