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

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

猜你喜欢

转载自www.cnblogs.com/-xuzhankun/p/13209510.html
今日推荐