Hi Group

Hi Group,

we have switched with android developement from #10seattle to #10berlin and i see problems with rest calls.

i.e. i have a function dologin(vusername:string; vpassmd5:string):boolean;

in #10seattle the vusername was transferred to the rest-server without any changes or encodings. With #10berlin i.e. space characters are encoded and received on serverside as +, i.e. username "Hans Muster" is received as "Hans+Muster".

Is this a known issue ... a new option and how can we force the rest server to auto encode?

Comments