您所在域中的 Google App Engine:URI(邮件、jabber 等)怎么样?
阅读 Google 文档 (http://code.google.com/appengine/articles/domains. html),我了解我可以允许用户从我自己的域访问我的应用程序。
我过去曾为少数非政府组织做过这样的事情,并访问 http://mail.[domain]/ 重定向到 http://mail.google.com/a/[domain]/< /a>.
我的问题:
- 这是否意味着对 http://console.[domain]/ 的访问将被重定向到http://appengine.google.com/a/[domain]
- 怎么样URI 例如:[user-id]@[app-name].appspotmail.com(对于电子邮件)或 [app-name]@appspot.com(对于 IM)
Reading Google's documentation (http://code.google.com/appengine/articles/domains.html), I understand I can allow users to access my application from my own domain.
I've done that for few NGOs in the past and access like http://mail.[domain]/ is redirected to http://mail.google.com/a/[domain]/.
My questions:
- Does it mean an access to http://console.[domain]/ will be redirected to http://appengine.google.com/a/[domain]
- What about the URIs like: [user-id]@[app-name].appspotmail.com (for e-mails) or [app-name]@appspot.com (for IMs)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不会被重定向,用户只能看到您的域(SSL 连接除外)。
然而,有一个“企业”版本也允许 SSL。
电子邮件也是如此
You will not be redirected and the user will only see your domain except for SSL connections.
There are however an "enterprise" version that also allows SSL.
Same goes for e-mails
据我所知,邮件和 XMPP 仍将分别通过
[app-id].appspotmail.com
和[app-id].appspotchat.com
发送/接收知道。我相信这方面存在一个悬而未决的问题,但如果它不是 App Engine 团队的高度优先事项,我也不会感到惊讶。Mail and XMPP will still be sent/received through
[app-id].appspotmail.com
and[app-id].appspotchat.com
, respectively, as far as I know. I believe there is an open issue about this but I wouldn't be surprised if it wasn't a high priority for the App Engine team.