[google-appengine] Re: Microservices on Google App Engine

2016-11-14 Thread 'Adam (Cloud Platform Support)' via Google App Engine
*Microservices:* - You can target a specific service (aka module) directly using the URI scheme ..appspot.com (or .customdomain.tld). On the development server modules are served from different ports on localhost (eg. 8080 for default, 8081 for the next module). - In both

[google-appengine] Re: Access-Control-Allow-Origin Issue with API

2016-11-14 Thread Mike Tickle
Hey Adam, In my PHP file, I set: header('Content-Type: application/json'); But when I look at the output of the file in something like Postman, it says it is a gzip encoding with an html/text content type. It appears that the content type header is being stripped from the PHP output. -Mike

Re: [google-appengine] Re: NeedIndexError ? Please help

2016-11-14 Thread 'Alex Martelli' via Google App Engine
You're apparently reviving a thread from 5 years and 6 months ago -- it will be difficult for anybody trying to help to get full context about the issue, particularly as software releases etc may well have changed during this long span of time. Could you please instead open a new thread with all

[google-appengine] Re: NeedIndexError ? Please help

2016-11-14 Thread sreenath sirimala
Hi, I'm using only one equality filter, still getting the same error. below is the taceback output Traceback (most recent call last): File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in __call__ rv =

[google-appengine] Microservices on Google App Engine

2016-11-14 Thread Pim Reijersen
Using the service (aka module) keyword in app.yaml its possible to create microservices on app engine. The reason of this post is to get a better picture of how to setup an application existing of microservices on the app engine. The application in question will receive, store and send a good