0

I want my GAE app's main page to take another app's url, and then have access to it's datastore or some variable it is just holding. I have seen the article and doc for Remote API. But it requires my app to know the other apps before hand. So is there a way to do this? Let's say security is not a priority.

EasilyBaffled
  • 3,822
  • 10
  • 50
  • 87
  • if your anohter app's url is also one of your apps, you can write a rest api in another app for anothers app datastore, that can be processes by your main app, but from any other app, this have to be unpossible for security reasons – fmt.Println.MKO Jun 17 '13 at 13:53
  • Let's say it's not one of my apps, but the app is purpose built to serve up some value, maybe not from the datastore but maybe it's just some 'l = [1,2,3]' I suppose I might have to resort to some form of json trading. – EasilyBaffled Jun 17 '13 at 13:55

0 Answers0