美文网首页
golang gin 中 Access-Control-Allo

golang gin 中 Access-Control-Allo

作者: 哆啦在这A梦在哪 | 来源:发表于2022-04-01 18:26 被阅读0次

    请求显示:

    Response to preflight request doesn't pass access control check: It does not have HTTP ok status
    

    这个问题看起来像跨域,其实并不是,而是说 option 没有反馈状态

    golang gin框架中,并没有直接处理,
    option中没有状态反馈也不行,如图,加入这个反馈即可


    image.png

    相关文章

      网友评论

          本文标题:golang gin 中 Access-Control-Allo

          本文链接:https://www.haomeiwen.com/subject/afnajrtx.html