You're using %3F to separate them, which is "?" where you should use "&".
Your meta-data decodes as:
?smpp?session_info=00?service_op=2
Where it should be:
?smpp?session_info=00&service_op=2
Which is encoded as:
%3Fsmpp%3Fsession_info%3D00%26service_op%3D2
Hope it helps,
Alex
On Fr
Please ellaborate? Attach logs, examples, etc.
Regards,
Alex
On Fri, Jan 21, 2011 at 8:40 AM, Kanchan K wrote:
> Hi,
> i need to set 2 optional paramanters in the send sms http request.Can
> anybody suggest how to set the same in the url?
> I have tried few combinations but only one is recogniz
Hi,
i need to set 2 optional paramanters in the send sms http request.Can
anybody suggest how to set the same in the url?
I have tried few combinations but only one is recognized and the other is
being ignored or both of them are not recognized.
Thanks in advance