serving WAP pages from nginx

Igor Sysoev is at rambler-co.ru
Tue Jul 29 16:04:28 MSD 2008


On Tue, Jul 29, 2008 at 05:01:28PM +0530, Asif Ali wrote:

> I just realized that they have a newer stable release available. Has someone
> fixed such an issue with this upgrade?

The upgrade does not resolve the problem.

nginx does not like "." and "_" in header names:

"x-nokia.wia.accept.original"
"X-Nokia-CONNECTION_MODE"

However, it simply ignores them and logs them at info level.

The request

"GET /waphandler?cid=14131C047A5041424257475C4657455C8D8F&ua=SPICE-S808%2FWAP+Browser&ip=ip_zest&mt=Insert relevant metadata here&request=impression HTTP /1.0"

is invalid because is contains unescaped spaces in URI:
"mt=Insert relevant metadata here"

> On Tue, Jul 29, 2008 at 4:59 PM, Asif Ali <azifali at gmail.com> wrote:
> 
> > the stable 0.5.x version
> >
> >
> >
> >
> > On Tue, Jul 29, 2008 at 3:25 PM, Almir Karic <almir at kiberpipa.org> wrote:
> >
> >> On Tue, Jul 29, 2008 at 02:34:43PM +0530, Asif Ali wrote:
> >> > Can someone suggest what are these errors and suggest resolution.
> >>
> >> what version are you running? i think nginx had troubles with some mobile
> >> phones as they send two Host
> >> headers, the issue got fixed recently.
> >>
> >> --
> >> vi vi vi -- the number fo the beast
> >>
> >>
> >

-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list