Hi All,

  First let me explain my situation,

1. I have an application hosted on GAE.

2. I hosted another application, which is sort of a web service
implementation. This will be called from across many applications.

  I need my first application to communicate with the second app (i.e
the web service), I made this working by using the URLFETCH API. The
problem is the login in the web service part, I tried sending the
ACSID cookie along with the URLFETCH request. Is there anyway to get
the logged in user through the web service, I know, we can send the
details through the payload in URLFETCH, but I was looking for a more
secure method.

I can use the ClientLogin to get the user to login again, but from a
UI point of view that does not seem good.

Any help or suggestions will be appreciated.

Thanks,
Arun Shanker Prasad.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to