[Progress Communities] [Progress OpenEdge ABL] Forum Post: base64-encode()

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
11.7 I am trying to send a authorization header and are making it by doing this: DEF VAR my64 AS LONGCHAR NO-UNDO. DEF VAR rawAuth AS RAW NO-UNDO. PUT-STRING(rawAuth,1) = 'oidc_yyy_xxx' + ':' + 'xxxx-c97e-4f71-9f2a-b1da382b42ad'. my64 = BASE64-ENCODE(rawAuth). If I compare it With the one I get from Postman, the last character is 'A' on this, but Postman has '=' instead of 'A'. I probably does something wrong, but … not sure what.

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