2 routers ? I want to redirect requests coming with a target domain1 to domain2, but not rewriting the URL. I would assume a middleware would be necessary, but I don't get the 2 routers, how would that work?
I don’t think you can have „dynamic“ targets. The Traefik router uses a service that uses a loadbalancer with fixed URL(s). You can not change the target per request.