qq_MrSocial_0
2019-07-02 21:20
跟着老师敲的,但总是报下面的错误 Access to XMLHttpRequest at 'localhost:8090/user/getotp' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. 其他答案里面的方法都用过了,还是不行,有没人能帮忙解决一下呀
我的是http 写成了htp
@CrossOrigin
这个注解要有,
application/x-www-form-urlencoded
要写对
type:"POST",
contentType:"application/x-www-form-urlencoded",
url:"Http://localhost:8090/user/getotp",
这三块也不能错。
我自己的问题出在url 没写"HTTP://"
SpringBoot构建电商基础秒杀项目
49065 学习 · 954 问题
相似问题