Draymonders / Code-Life

The marathon continues though.
27 stars 3 forks source link

浏览器跨域问题 #81

Open Draymonders opened 4 years ago

Draymonders commented 4 years ago

看到了这篇文章,感觉自己知识浅薄,特来加深一下认知233

https://www.v2ex.com/t/693163

Draymonders commented 4 years ago

这篇文章很清晰, 主要讲解了为什么需要浏览器同源策略。

https://xz.aliyun.com/t/2745

Draymonders commented 4 years ago

阮一峰大佬的讲解也很到位, 主要讲解了如何使用CORS去发出跨域请求和服务端的具体处理。

https://www.ruanyifeng.com/blog/2016/04/cors.html

Draymonders commented 4 years ago