Charmaine
New member Username: Fanfan
Post Number: 1 Registered: 07-2004
| | Posted on Friday, July 09, 2004 - 03:42 am: | |
When using a command to route the received sms to a URL, NowGateway doesn't escape symbol '?'. I set the following command in 2-way SMS command table: http://myserver:myport/myscript?sender=@@SENDER@@&message=@@FULLSMS@@ It works fine except when the SMS message contains symbol '?', in which case '?' is not replaced with %3F in the URL, and as a result, text following '?' (including '?' itself) disappears at the HTTP receiving end. Is there a way to fix this problem? Any help is highly appreciated. |