CORS报错

来源:3-8 用户模型管理--getotp页面实现

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.
其他答案里面的方法都用过了,还是不行,有没人能帮忙解决一下呀


写回答 关注

2回答

  • CheerJia
    2020-07-10 21:24:15

    我的是http 写成了htp

  • 宝慕林9373289
    2019-07-18 20:28:03

    https://img4.mukewang.com/5d3065610001d73314050842.jpg

    @CrossOrigin

    这个注解要有,

    application/x-www-form-urlencoded

    要写对

    type:"POST",

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

    url:"Http://localhost:8090/user/getotp",

    这三块也不能错。

    我自己的问题出在url 没写"HTTP://"

SpringBoot构建电商基础秒杀项目

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

49065 学习 · 954 问题

查看课程

相似问题