I'm starting to consider using a direct Javascript client-side AJAX
query to AppEngine rather than use Google's indirect server-side
cached query. Maybe then AppEngine will realise that the user is
logged into a Google session (since the same browser will be
contacting AppEngine). Is this a viable option?

I imagine there is authentication data being sent with the HTTP
requests which will be included if the request comes directly from the
client's browser but not if the request comes indirectly from
igmodules.

For example, even though I am logged into my Google account, and the
AppEngine app greets me appropriately, requests sent from the gadget
do not appear to come from a logged-in user. Perhaps sending these
requests directly from the user's browser will fix the 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