chrome v94谷歌浏览器开始禁止了https页面获取http资源的解决办法 CORS跨域限制policy: The request client is not a secure context
跳错
policy: The request client is not a secure context and the resource is in more-private address space `local`.
普通用户解决方案,浏览器改设置选Disabled
chrome://flags/#block-insecure-private-network-requests
Block insecure private network requests.
Prevents non-secure contexts from making sub-resource requests to more-private IP addresses. An IP address IP1 is more private than IP2 if 1) IP1 is localhost and IP2 is not, or 2) IP1 is private and IP2 is public. This is a first step towards full enforcement of CORS-RFC1918: https://wicg.github.io/cors-rfc1918 – Mac, Windows, Linux, Chrome OS, Android