[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Parsing x-www-form-urlencoded from Memptr is missing last character

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
ContentLength sometimes lies (or isn't 100% accurate). Try def var body as Memptr. body = CAST(poRequest:Entity,OpenEdge.Core.Memptr). body:GetString(1,body:Size).

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