跨域
2019-08-08 本文已影响0人
木子川页心
同域 协议 域名 端口
为什么浏览器不支持跨域?
cookie LocalStorage
Dom元素也有同源策略 iframe
ajax也不支持跨域
实现跨域
jsonp
cors
postMessage
document.domain
window.name
location.hash
http-proxy
nginx
websocket
同域 协议 域名 端口
cookie LocalStorage
Dom元素也有同源策略 iframe
ajax也不支持跨域
jsonp
cors
postMessage
document.domain
window.name
location.hash
http-proxy
nginx
websocket