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
arse(cChannel). In 11.7 you still have to construct a new URI-object like this : oURI = URI
arse(cChannel). oURI2 = OpenEdge.Net.URI
arse(oURI:BaseURI). oURI2:AddQuery("token",URI:encode(oURI:GetQueryValue("token"), UriEncodingTypeEnum:default)). Peter, thnx for asking! Kind regards, Johan Beumer
Continue reading...
Continue reading...