Hi all, In my GAE hosted application I am trying to determine the country of the user using my app.
My server side code uses "this.getThreadLocalRequest().getRemoteAddr()" to determine the client IP, which in many cases returns an IPV6 value. Unfortunately IPV6 is not handled well by "location mapping services" e.g. http://www.hostip.info/ Is there any way to instruct GAE to return only IPV4 values? Thanks gena -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
