You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the ProxyHeaderMiddleware handles Forwarded or a combination of X-Forwarded-Proto and X-Forwarded-Port but miss the X-Forwarded-Host
When stac-fastapi is deployed behind a proxy that uses the X-Forwarded-* it causes an issue with the generation of links inside STAC catalog, collections, and items where only the port and protocol are replaced but the host remains the local domain name.
Cheers,
Renzo
The text was updated successfully, but these errors were encountered:
Hello,
Currently the
ProxyHeaderMiddleware
handlesForwarded
or a combination ofX-Forwarded-Proto
andX-Forwarded-Port
but miss theX-Forwarded-Host
When stac-fastapi is deployed behind a proxy that uses the
X-Forwarded-*
it causes an issue with the generation of links inside STAC catalog, collections, and items where only the port and protocol are replaced but the host remains the local domain name.Cheers,
Renzo
The text was updated successfully, but these errors were encountered: