chenhuiYj / note

开发笔记
6 stars 0 forks source link

跨域问题和解决方案 #7

Open chenhuiYj opened 4 years ago

chenhuiYj commented 4 years ago

image

网上的针对跨域的解决方案有很多,大家参考着看就好。虽然罗列这么多,但是我只用过两种。 1、 jsonp 2、 document.domain + iframe 3、 location.hash + iframe 4、 window.name + iframe 5、 postMessage 6、 跨域资源共享(CORS) 7、 nginx代理 8、 nodejs中间件代理 9、 WebSocket协议

链接 前端跨域解决方法 预请求