Kong registering href in the application

Hello everyone

Let me start explaining my infrastructure.

I have Kong API Gateway Community Edition installed in Docker Swarm with Traefik as the routing entry.

In addition, I have created a service and a route to an external application that is configured in another Docker Swarm infrastructure with Traefik.

This application is passing to Kong and I can access it externally, but Kong is registering href in it.

Kong needs to preserve all the information (URL, href) of the application.
How can this be resolved?

Best regards,

Daniel Sepulvida

Only more information.

I tried to use Preserve Host option but didn’t solve, and I don’t want to externally Kong API Gateway or change URL Address for this application.