Custom headers are not getting added in traefik proxy due to which AWS load balancer rule is not working as expected when i add a rule for http header.
Share your full Traefik static and dynamic config, and docker-compose.yml if used.
Format your code with 3 backticks in front and after, or select the code and press </> . In yaml every space matters. And it makes it so much more readable for people trying to help you.
hey @bluepuma77 , i found the issue, apparently when i use x-service-name in all small cases the header is not getting passed, i changed to X-Service-Name and it is working as expected.
Works for me now, i had multiple route files and after making changes in all, it stopped working, the issue was i had kept the middleware name as same in all and it was causing this issue.