WAPURL

WAPURL SearchSearch
Author Message
Mounir Haddad
New member
Username: Mounir

Post Number: 6
Registered: 03-2006
Posted on Thursday, May 11, 2006 - 03:27 pm:   

Hello,

I am trying to send a wap push by submitting a URL to the NOWSMS 6.0 gateway
The WAPURL is as follows:
http://www.mysms.com?type=wallpaper&id=2222

Now the wap push link is being received as http://www.mysms.com without the rest

Should i escape the interrogation sign ( what is the escape code for interrogation)
Should i also escape the & sign?

Please advise a solution

Thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5926
Registered: 10-2002
Posted on Thursday, May 11, 2006 - 04:28 pm:   

Hi,

Yes, you should escape "?" and "&", as otherwise they can be interpreted as parameter delimiters in the original URL request.

? = %3F
& = %26

-bn