ajax+springboot 跨域问题
ajax+springboot 跨域问题问题解决方法原理
问题
即使使用了@CrossOrigin(allowCredentials = “true”,allowedHeaders = “*”),jquery使用了xhrFields:{withCredentials:true}也会出现session不一致问题。
解决方法
前端:
xhrFields:{withCredentials:true},
...
原创
2019-09-11 15:18:44 ·
141 阅读 ·
0 评论