WAP PUSH with parameters

WAP PUSH with parameters SearchSearch
Author Message
Anonymous
Posted on Wednesday, May 07, 2003 - 02:50 pm:   

Hello, i ve an question

why i can't send an URL with Parameters ?

like : http://wap.myDomain.com/index.php?xx=yy

the mobile phone receive

http://wap.myDomain.com/index.php but not xx=yy


is it possible to send parameters with the Wap push URL ?

Thanks
Bryce Norwood - NowSMS Support (Bryce)
Posted on Wednesday, May 07, 2003 - 07:04 pm:   

Hi,

I assume that you're sending the WAP push through the Now SMS/MMS Gateway?

If you send the push URL through the web menu interface, it should come out just fine.

I suspect that you're having an issue when generating a URL request directly. In that case, because "?" is used as a parameter delimiter in HTTP, you have to specify "%3F" to represent "?" within a parameter. (The web browser performs this escaping automatically when you submit a form, but if you are generating a URL manually, then you have to escape special characters yourself.)

-bn
Bryce Norwood - NowSMS Support (Bryce)
Posted on Wednesday, May 07, 2003 - 07:05 pm:   

For further clarification, in your example, specify the URL parameter in your request as:

WAPURL=http://wap.myDomain.com/index.php%3Fxx=yy
Anna Novo
Unregistered guest
Posted on Thursday, April 29, 2004 - 06:25 pm:   

HI,
I would like to know which is the maximum lenght of the URL that I can send by a WAP-push mesage.

many thanks in advance

/Anna