Middleware: header. Dynamic values

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!

From my experience of helping out on this forum for a year, and reading many times over the documentation, I don’t think it’s possible.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.