04-03-2019, 09:13 AM
(04-02-2019, 11:10 AM)pvanwyk Wrote: We are using SA Indy (Running as Services).
The parameters are encoded using TNetEncoding.Base64.Encode
Historically (at least) "+" chars in URLs are decoded as spaces because, again historically, several user agents - including some browsers - use to encode spaces using "+" chars.
If you encode + as %2B it will work. 100% guaranteed :-)

