Still facing the same issue.... The "+" sign is still appearing as
space... AT&T wants to close the audit soon... But we are stuck with the
session ID Special character thing... Any help would be an absolute
delight...
Thanks,
Ishtiaq Ahmed
Nikos Balkanas wrote:
Hi,
%D is not url-encoding. It is the escape code variable for meta-data.
This is substituted internally by kannel by the meta-data value. If
that value contains any special characters, kannel has to url-encode
them before getting the URL. If it doesn't, its a bug that should be
addressed.
I didn't want to say anything about it and give Alej the chance to
respond.
BR,
Nikos
----- Original Message ----- From: "sangprabv" <[email protected]>
To: "Ishtiaq Ahmed" <[email protected]>
Cc: "Andrey Ponteleev" <[email protected]>;
<[email protected]>
Sent: Tuesday, March 17, 2009 10:35 AM
Subject: Re: problem with get-url or encoding
+ is %2B in URL Encode world.
Willy