I have a simple traefik proxy configuration using labels:
- "traefik.enable=true"
- "traefik.http.routers.service-name.rule=Host(
host.name.com
)" - "traefik.http.routers.service-name.entrypoints=web"
- "traefik.http.services.service-name.loadbalancer.server.port=8680"
- "traefik.http.routers.service-name.service=service-name"
The service requires a custom header that does not start with an X. When I try to access the service through traefik it does not pass the header to the service.