[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to Log an HTTPRequest Object Created Using RequestBuilder Class

  • Thread starter Thread starter v205
  • Start date Start date
Status
Not open for further replies.
V

v205

Guest
Greetings: I am trying to capture the contents of the following oReq object to a LONGCHAR/CLOB etc. for logging purposes but having no luck. Does anyone know how to accomplish this? There are no other problems I am having with this logic. Here is how I am creating the oReq: oReq = RequestBuilder:Build('GET', oUri) :UsingBASicAuthentication(oCreds) :AcceptJson() :Request. I tried a CAST of oReq to a JsonObject and also to a String object with no luck (both returned an INVALID HANDLE). Thanks, h

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