1.情景展示 ajax调取java服务器请求报错 报错信息如下: 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. 但是,请求状态却是成功:200,这是怎么回事? 2.原因分析 ajax请求跨域:ajax出现请求跨域错误问题是因为浏览器的“同源策略”. 同源策略:1995年,同源政策由 Netscap…
Cors详细介绍请看阮一峰的跨域资源共享 CORS 详解:http://www.ruanyifeng.com/blog/2016/04/cors.html SpringBoot使用CROS解决跨域问题https://blog.csdn.net/saytime/article/details/74937204…