HATEOAS paths are invalid when using an API Gateway in a Spring Boot app

后端 未结 5 2071
时光说笑
时光说笑 2020-12-16 04:15

I have two spring boot applications where one of them is acting as an API Gateway (as discussed here Spring Example). The other which is wired into the first one is exposing

5条回答
  •  余生分开走
    2020-12-16 04:37

    After struggling some time with the same problem, finally I've tried zuul.addProxyHeaders = true and it works! Links are not broken anymore.

提交回复
热议问题