为了账号安全,请及时绑定邮箱和手机立即绑定

前端又有跨域问题

后端添加代码

@CrossOrigin(allowCredentials="true",allowedHeaders="*")

前端页添加代码

xhrFields:{withCredentials:true},

添加后本来已经解决的跨域问题又出现了:

getotp.html:1 Failed to load http://localhost:8090/user/getotp: The 'Access-Control-Allow-Origin' header has a value 'null' that is not equal to the supplied origin. Origin 'null' is therefore not allowed access.

有人遇到相同问题吗?

正在回答

1 回答

前端有加这个吗?

contentType:"application/x-www-form-urlencoded"

public static final String CONTNET_TYPE_FORMED = "application/x-www-form-urlencoded";

后端:

@RequestMapping(value = "/getotp", method = {RequestMethod.POST}, consumes = {CONTNET_TYPE_FORMED})
@ResponseBody

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
SpringBoot构建电商基础秒杀项目
  • 参与学习       49020    人
  • 解答问题       954    个

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

进入课程

前端又有跨域问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信