Hello Andri, Any deployed App Engine application serves traffic at http://[YOUR_PROJECT_ID].appspot.com. If you wish to restrict access, you'll need to implement user authentication in your application.
Google offers multiple methods of authenticating users in Cloud Platform applications. Please see the User Authentication Options <https://cloud.google.com/appengine/docs/java/oauth/> available for Java. For example, you can limit access to selected users (or all users) who has a Google account by using the Users Java API <https://cloud.google.com/appengine/docs/java/users/#Java_User_authentication_in_Java>. I recommend going through the different features and their purposes to get yourself more familiar with the options. I hope that helps. Cheers! -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/fb3798fe-c76c-4ecf-a0ba-a7e3d3324018%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
