Hi,

I have a mobile application running on handsets and the backend runs on 
appengine. My mobile applications makes various backend hits to google 
appengine servers. I am already using https urls. I also looked at the 
security constraint setup to protect the urls with google authentication. 

I would like my backend (on appengine) available ONLY to my mobile 
application running on various handsets. Is there a way I can pass the login 
credentials as part of standard http request headers and google auth can 
handle it? The documentation says about redirecting to google login pages 
when security constraint is enabled which works great for web applications. 
But my use case is http requests coming from my mobile app on handsets. 

Another question : Can we disable http completelyand ONLY allow https? 

Thanks
Neeli 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/jGH9HXZFMqsJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to