I know for sure last night, that no cookie was being sent back in the 
header.  The only way I was able to get a cookie sent back to me is if I 
used the combination of domain and localhost (i.e. 
http://domain.appspot.com/_ah/login?continue=http://10.0.2.2:8888/api/home) 
or something similar.  This was because the domain was sending me back a 
cookie that I was then trying to use to authenticate against the localhost. 
 I'm not sure if this is correct, but just using the 10.0.2.2:8888 address 
never sent back a proper cookie.  I also noticed in the Developer tools 
->Resources of Chrome that the cookie names appear different between domain 
and localhost.  One was dev_*something* the other was the ASCID cookie - if 
that matters.

I will debug further to get all the header details of the request.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to