Hello.
Let's imagine I have next middleware label:
labels:
- "traefik.http.middlewares.some.headers.customrequestheaders.X-Full-Address=test"
Is there any chance to set some dynamic value?
E.g. current URL, and my application will receive:
x-full-address="http://mydomain.com/path/to/page?and=query"
Thanks!