[web2py] Re: Google Appengine Geo Headers

2015-02-18 Thread Niphlod
maybe it's just GAE not inserting that header because you're developing on your local machine. On Wednesday, February 18, 2015 at 3:52:59 PM UTC+1, Sébastien Loix wrote: > > Hi Niphlod, > > I haven't been able to try in another application, this is my first app on > Google Engine. > I just print

[web2py] Re: Google Appengine Geo Headers

2015-02-18 Thread Sébastien Loix
Hi Niphlod, I haven't been able to try in another application, this is my first app on Google Engine. I just printed the request.env to see if the X-AppEngine-CityLatLong' header was in it and didn't see it. So you're saying that it is something I should check on GAE side then? thanks for your

[web2py] Re: Google Appengine Geo Headers

2015-02-17 Thread Niphlod
web2py doesn't discard any header all of them are exactly as they are passed to the wsgi adapter and are in request.env ... are you able to extract that header in any other wsgi application (web2py or not ) ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - htt