[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Is there a way I can access HTTP Header in a incoming HTTP Request for an OE REST servi

  • Thread starter Thread starter Jean-Christophe Cardot
  • Start date Start date
Status
Not open for further replies.
J

Jean-Christophe Cardot

Guest
We do this by mapping the Authorization header, then we get the value through an CHARACTER input parameter. Using Basic authentification scheme, the first entry (separated by " ") must be "Basic" and the second one is a base64 encoded string that you must pass through base64-decode in order to get the string "user:password".

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