Hi All,

I have successfully integrated my gae app to interact with google books, but 
my big problem is google books has territorial restrictions on which books 
should be sent for user to view. 
So after Google Books returns me a list of results I simply can't view it 
because I'm in a different country where the book is not allowed to be 
viewed. 

Although Google Book Search Data Api states that setting the 
"X-Forwarded-For" with the user ip will return results specific to the the 
user's location, but even after trying hard to set the header and querying 
the GBS it still returns me the results based on the ip of the google app 
server where my app is deployed not specific to the user ip set in the 
X-Forwarded-For header

I know GAE doesnt allow setting the above header but thats just for app 
engine requests not requests going out of app server to google books server.

Please help or guide me to resolve the above problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to