[Progress Communities] [Progress OpenEdge ABL] Forum Post: Webspeed - GET-VALUE()

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

goo

Guest
11.6 A webrequest (GET) sends a queryfield with: code=base64encodedstring&state=astringvalue cCode = get-value('code'). cState = get-value('state'). everything seems to be ok, but since cCode is a base64-encoded string, it comes with a "=" at the end, but that is not retrived from get-value(). I have to do: cCode = get-value('code') + '='. to get correct value. Is that ok to do? or is there another and better way doing this?

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