如题,想要逆向一个接口,发现同源限制
Access to fetch at ‘目标网址’ from origin ‘我的网址’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.
有没有办法伪装成对方网址的请求,绕过跨域限制?