[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Requestbuilder post returns statuscode 404 OE 11.7

  • Thread starter Thread starter JohanBeumer
  • Start date Start date
Status
Not open for further replies.
J

JohanBeumer

Guest
Since you asked, I looked at the service packs and the issues that were solved with them. For 11.7.3 there has been a change for the issue I'm running into. I installed sp3 and now I got it working. Although still not the way it works in 11.6.2 but I'm satisfied! In 11.6.2 it's enough to say : oURI = URI:Parse(cChannel). In 11.7 you still have to construct a new URI-object like this : oURI = URI:Parse(cChannel). oURI2 = OpenEdge.Net.URI:Parse(oURI:BaseURI). oURI2:AddQuery("token",URI:encode(oURI:GetQueryValue("token"), UriEncodingTypeEnum:default)). Peter, thnx for asking! Kind regards, Johan Beumer

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