我如何让 Geonames api 使用 https?
How do I have Geonames api work with https?
我正在向 Geonames Search api 发送 ajax 个请求。
它在 http 协议上工作得很好。
但是当我切换到 https(我自己的服务器和 api 请求)时,我的请求被浏览器阻止:Geonames https 证书似乎无效。
我是不是漏掉了什么?
哦!我在 Whosebug 上找不到响应。但是已经 on Geonames forum:
Https 请求应该发送到 secure.geonames.org
而不是 api.geonames.org
。就是这样!
我正在向 Geonames Search api 发送 ajax 个请求。 它在 http 协议上工作得很好。
但是当我切换到 https(我自己的服务器和 api 请求)时,我的请求被浏览器阻止:Geonames https 证书似乎无效。
我是不是漏掉了什么?
哦!我在 Whosebug 上找不到响应。但是已经 on Geonames forum:
Https 请求应该发送到 secure.geonames.org
而不是 api.geonames.org
。就是这样!