HATEOAS paths are invalid when using an API Gateway in a Spring Boot app
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 a profile service using spring-data-rest (spring-data-neo4j-rest). The first application is starting on port 8080 and is using zuul to route requests to the second as follows: zuul: routes: profiles: path: /profiles/** url: http://localhost:8083/profiles/ This all works fine and requests to http://localhost:8080/profiles are being served from the second app. The problem though is that the HATEOAS links in the response are