Please check "Google App Engine Terms of Service", paragraph 4.3 (at http://code.google.com/appengine/terms.html) (e) create multiple Applications to simulate or act as a single Application or otherwise access the Service in a manner intended to avoid incurring fees If it's not your case, you can create a simple API for JavaScript and communicate to GAE App from the client side (cross-domain requests).
On Dec 7, 4:06 am, Joao L V Vasques <[email protected]> wrote: > Hey guys, > > I'm doing a project and I need to put 2 GAE Apps communicating. I know that > a GAE can make HTTP requests but I can't make them to the App URL where I > have my Python get method defined. Is there any way to make 2 GAEP Apps > communicate? > > Thanks for the attention -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
