Martin Goldman <[EMAIL PROTECTED]> wrote:
> Bruno,
> 
> Well, one site this is happening to me with is Google (www.google.com/wml).
> If I go to that page and type a search term with a space in it, I receive
> the error message. If the search term has no spaces, it works fine. The
> problem also occurs on Superpages (www.superpages.com) as well as others
> I've tried. This is on an LG VX6000 cell phone on Verizon Wireless with the
> Openwave 4.1 browser. These problems do not occur when using Verizon's WAP
> gateway.

Please add yourself to bugs.kannel.org and monitor bug #72

quoting:
If WML is like:
<a href="http://www.google.com/wml?q=$(q)&amp;start=0&amp;hl=en">;

device would not urlencode the $(q) parameter and I (davi) don't know if
gateway should do it by themself.

This wml should be in the form
<go href=http://www.google.com/wml";;
<postfield name="q" value="$(q)"/>
<postfield name="start" value="0"/>
...

CMG gateway does urlencode it

Should we do the same ?



> The problem with cookies I'm having is that sites that you need to sign into
> do not work. These include MSN (mobile.msn.com) and go2 (www.go2.com) I had
> this problem when I first installed 1.2.1, but when I reconfigured with
> the --enablecookies flag and recompiled, these sites worked fine.

I'm still finishing this code... It worked before because kannel sends
every cookie to every domain, and while I was fixing this I might have
broken something ;)



Reply via email to