Can anyone tell me how to allow cookies when using Cloud Endpoints with 
Java? They're accessible when using the local dev server but once I deploy 
to .appspot HttpServletRequest.getCookies() is null.

There's an answer on SO for Python:
http://stackoverflow.com/questions/15690831/cloud-endpoints-http-cookies

- which led me to find an equivalent class 
com.google.api.server.spi.config.ApiAuthConfig 
with setAllowCookieAuth(boolean) method but I don't know how to use it with 
my endpoint class.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to