Using Google Cloud Endpoint, why is there a static/proxy.html used for certain requests? -


we're using google cloud java endpoint javascript client , we've noticed in cases, requests, originating ie11, seem go thru cloud endpoint static proxy (project.appspot.com/_ah/api/static/proxy.html) -- http referrer (referer).

why?

furthermore, when requests fail, follow error:

response: { status: 0 statustext: no status text available body: {"error":{"code":-1,"message":"a network error occurred, , request not completed."}} }

any appreciated!

the proxy.html used alternate way of making cross domain requests. if request fails when coming api explorer (project.appspot.com/_ah/api/explorer) or works in other browsers, bug , you'll want file bug report. double check errors aren't coming api backend.


Comments