Is it possible to call, my endpoint api (https://myapi.appspot.com/_ah/api/) from my web app hosted in another domain (i.e. www.mydomain.com)?

Thanks.

有帮助吗?

解决方案

You actually can't with cloud endpoint version 1, as stated in the doc. It comes out of the box with version 2 (beta as of March 2017)

Note: version 1 of the Google Cloud Endpoints Frameworks did not support custom domains but version 2 does.

Same question on stackoverflow:

其他提示

Yes of course.

You can call your endpoints wherever you are.

Endpoints basic architecture

You can develop an App engine backend based on Enpoints and call them from Android, IOS or another web app.

It's like Google APIs. The same way to consume them.

https://developers.google.com/appengine/docs/python/endpoints/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top