springboot 拦截器取不到 ajax跨域请求的header参数

2020-12-25 00:29

阅读:691

标签:method   lazy   options   loading   技术   跨域   nbsp   图片   img   

//OPTIONS请求直接放行
if(RequestMethod.OPTIONS.name().equals(request.getMethod())) {
return true;
}

技术图片

 

springboot 拦截器取不到 ajax跨域请求的header参数

标签:method   lazy   options   loading   技术   跨域   nbsp   图片   img   

原文地址:https://www.cnblogs.com/-xuzhankun/p/13209510.html


评论


亲,登录后才可以留言!