对于谷歌云端点的API建立TLS代理云端、API、TLS

2023-09-04 03:41:10 作者:黑名单欢迎你

我一直在看我的谷歌应用程序引擎的端点的API在API浏览器(本地)没有问题,现在正在此:

I have been viewing my Google App Engine endpoint APIs in the API explorer (localhost) without issues, now am getting this:

在完全这样说的:

正在探索的描述或通过HTTP,而不是HTTPS服务的API。这是不安全的,可能会阻止您的浏览器。为了解决这个问题,设置为你的API一个TLS代理。或者,你可以告诉你的浏览器允许通过HTTP在这个网站活动内容(在Chrome浏览器中,单击地址栏盾),但是这不会提高安全性或关闭此消息。

You are exploring an API that is described or served via HTTP instead of HTTPS. This is insecure and may be blocked by your browser. To fix this, set up a TLS proxy for your API. Alternatively, you can tell your browser to allow active content via HTTP at this site (on Chrome, click the shield in the URL bar), but this will not improve security or dismiss this message.

这是API方法我在我的终点之一:

This is one of the API methods I have in my endpoint:

@ApiMethod(
        name = "insert",
        path = "movie",
        httpMethod = ApiMethod.HttpMethod.POST)
public Movie insert(Movie movie) throws UnauthorizedException {
    ...
}

由于我不知道是什么导致这一切突然之间,我不知道还有什么show.I've试图更新我的浏览器(火狐,歌剧,铬),没有运气。

Since I do not know what's causing this all of a sudden, I do not know what else to show.I've tried updating my browsers (Firefox, Opera, Chrome) with no luck.

推荐答案

同样的问题在我看来今天

The same problem appeared to me today

现在,如果你使用的是Chrome浏览器,你可以点击在地址栏右侧的盾牌图标,并点击的东西反正说加载脚本和你的API应该会出现。

For now if you are using chrome you can click on the shield icon on the right of the URL bar and click on something saying load scripts anyway and your API should appear.

图片:https://m.xsw88.com/allimgs/daicuo/20230904/7093.png