[google-appengine] Re: X-Appengine- flags aren't functioning

2014-12-26 Thread Stuart Langley
No they still work (or should).

See the bottom of http://php-minishell.appspot.com/phpinfo for example 
($_SERVER[HTTP_X_APPENGINE_CITY]) etc.


On Thursday, 25 December 2014 07:05:39 UTC+11, Kaan Soral wrote:

 I depend on the X-Appengine- header flags to initialize a user's initial 
 location, yet they return ?/0/default values right now, I suspect they 
 mostly return these default values lately

 Why is this? / Is it expected? (I've tested multiple locations - e.g my 
 location and cloudflare's locations, both are 0.0/0.0 latlon and ? for 
 the other fields)


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: X-Appengine- flags aren't functioning

2014-12-26 Thread Alexis
Still working fine for me, the number of unresolved location is stable over 
time for the past month.
(about 1 unresolved for 1,000 worldwide-but-mainly-US users)


On Friday, December 26, 2014 9:30:38 AM UTC+1, Stuart Langley wrote:

 No they still work (or should).

 See the bottom of http://php-minishell.appspot.com/phpinfo for example 
 ($_SERVER[HTTP_X_APPENGINE_CITY]) etc.


 On Thursday, 25 December 2014 07:05:39 UTC+11, Kaan Soral wrote:

 I depend on the X-Appengine- header flags to initialize a user's initial 
 location, yet they return ?/0/default values right now, I suspect they 
 mostly return these default values lately

 Why is this? / Is it expected? (I've tested multiple locations - e.g my 
 location and cloudflare's locations, both are 0.0/0.0 latlon and ? for 
 the other fields)



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: X-Appengine- flags aren't functioning

2014-12-26 Thread Kaan Soral
Yes it works now in my system too, don't know why it didn't work when I 
checked, my ip is dynamic yet my ip subset is usually not
Thanks a lot for the info, the phpinfo link is also nice to have

I wasn't using the information critically, but I implemented a fallback 
system now just in case

Off topic, I think those flags are very valuable, it's like an API directly 
integrated to the headers

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.