跨域

同域 协议 域名 端口

为什么浏览器不支持跨域?

cookie LocalStorage
Dom元素也有同源策略 iframe
ajax也不支持跨域

实现跨域

jsonp

cors
postMessage
document.domain
window.name
location.hash
http-proxy
nginx
websocket

你可能感兴趣的:(跨域)