发布网友 发布时间:2024-10-02 01:39
共1个回答
热心网友 时间:2024-10-19 04:34
当升级到谷歌浏览器最新版本Chrome94时,部分开发者可能遇到CORS跨域问题。问题提示为:"Access to XMLHttpRequest at 'http://localhost:xxxx/api' from origin 'http://xxx.xxx.com:xxxx' 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策略阻止了来自本地非安全上下文的请求。