Node.js】 前端解决跨域都有哪些方法

2020-08-03 16:09发布

3条回答
li大哥
2020-08-03 16:12

一、 通过jsonp跨域

二、 document.domain + iframe跨域

三、 location.hash + iframe跨域

四、 window.name + iframe跨域

五、 postMessage跨域

六、 跨域资源共享(CORS)

七、 Nodejs中间件代理跨域

八、 WebSocket协议跨域

九、 nginx代理跨域

一周热门 更多>