Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图从一个谷歌应用引擎应用程序(前端)向另一个谷歌应用引擎应用程序(返回 JSON 的后端)发出一个 XMLHttpRequest(即 $.ajax),但是,当我尝试调用时总是失败。 ..可能是因为第一个应用程序的用户没有登录到第二个应用程序,我想知道你们中的一些人是否有同样的问题以及如何解决它。
(GAE Java SDK)
谢谢
如果两个应用的 URL 不同,可能与此有关:
http://en.wikipedia.org/wiki/Same_origin_policy