front-end-interview
front-end-interview copied to clipboard
怎么实现跨域
这类题一般都是连锁问
实现跨域的几种方法 --> 什么是CORS同源策略 --> 响应头要怎么设置才能跨域成功
| |--->怎样算跨域(域名、端口号和协议)
|--->websocket实现跨域的原理