deployed appengine cloud endpoints 403

一世执手 提交于 2019-12-23 13:32:55

问题


My deployed site cant reference endpoints. It works perfectly locally but remotely I get a 403 in the client:

GET http://mailmanagerplus.appspot.com/_ah/api/discovery/v1/apis/agreement/v1/rpc?fields=methods%2F*%2Fid&pp=0 403 (Forbidden) rs=AItRSTOc4KBtnc5SIOEaPiMWPOclVYHqsA:153

All seems to have deployed successfully looking at the logs. I currently don't use any authentication.

Any direction would be useful as I'm very new to this.


回答1:


you have to switch to "https" protocol if you want to use endpoints client library on the production.



来源:https://stackoverflow.com/questions/18430823/deployed-appengine-cloud-endpoints-403

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!