1.前端有几种跨域?分别是什么?
9种,分别是:
jsonp、 cors、postMessage、document.domain、window.name
location.hash、http-proxy 、nginx 、websocket
常用的是jsonp:
-
script的src属性不受同源策略的限制
-
将不同源的服务器端请求地址写在 script 标签的 src 属性中
2.vue如何设置反向代理?
- 下载 Nginx
- 设置nginx的配置文件,在server中添加监听的端口、服务器ip地址、路径,