http://127.0.0.1:5000/1.text/case/asdasdfgdh56j324342342fsdsdgdfh56/undefined/undefined' from origin 'http://85.108.1.25' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space `local`.出现了这样的报错,这个错误表明由于跨源资源共享(CORS)策略的限制,从源地址发起的对http://127.0.0.1:5000/...的请求被阻止了。这是因为浏览器的安全策略限制了从非安全上下文的客户端(即不是通过 HTTPS 协议访问的地址)访问处于更私有的地址空间(如localhost)的资源。 |