美文网首页
【踩坑】zuul跨域解决用corsFiler无效,原因竟然是..

【踩坑】zuul跨域解决用corsFiler无效,原因竟然是..

作者: 桌面很乱 | 来源:发表于2019-10-22 16:33 被阅读0次

    一开始以为是跨域问题,如图


    image.png

    直接进入地址
    http://xxx.xxx.com/api/item/category/list?pid=0
    无法得到json数据,一直跳转到
    http://xxx.xxx.com/api/item/category/list?pid=0#/index/dashboard
    如果使用
    http://127.0.0.1:8081/category/list?pid=0则可以查到数据

    通过思考观察,发现③是本地地址,直接访问service里的controller,而①是通过eureka的zuul网关去访问controller,
    说明是没有成功通过网关。

    最后发现问题,nginx要配置两个服务,少了一个配置到网关的服务。

    配置好后依然出错。。。最后发现连端口号也写错了。。。修改,完毕。

    相关文章

      网友评论

          本文标题:【踩坑】zuul跨域解决用corsFiler无效,原因竟然是..

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