ked by CORS policy Cross origin requests are only supported for protocol schemes http data isolated-app chrome-extension chrome-untrusted https edge这个怎么解决 中文解释
这个错误是由于跨域请求时,只支持 http、data、isolated-app、chrome-extension、chrome-untrusted、https 和 edge 等协议。要解决这个问题,需要确保请求的协议是支持的,并且在服务器端设置合适的 CORS 头信息。
原文地址: https://www.cveoy.top/t/topic/bW7a 著作权归作者所有。请勿转载和采集!