Should the X-Forwarded-Host
contain the port info or is this exclusive to X-Forwarded-Port
and should be completely seperate.
Because right now I ran into some issues because of this with authentication @ authentik.
From the logs I noticed that the host info contained the port if it was used explicitly, test request sent with postman.
"X-Forwarded-Host": [
"traefik.example.org:443"
],
"X-Forwarded-Method": [
"GET"
],
"X-Forwarded-Port": [
"443"
],