当我尝试访问 InfluxDB 管理 UI 或通过 Graphana 时收到以下错误:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://54.zzz.xx.yyy:8086/cluster_admins/authenticate?u=abc&p=dec. This can be fixed by moving the resource to the same domain or enabling CORS.
请注意,仅当我尝试通过 Internet 连接时,当我转到服务器本地网络并将上面提到的公共 IP 更改为本地 IP 时,我才会收到此错误,一切正常。
现在我了解了什么是跨域错误和 CORS,我还知道我需要启用 CORS,因为错误在 InfluxDB 服务器中说,关键是我不知道该怎么做。
InfluxDB 位于 AWS 上的 Ubuntu 服务器 14.something 上。