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 TrustedProxyMiddleware determines the forwarded host, IP and scheme (protocol). An additional attribute which might be forwarded is the port ($_SERVER['SERVER_PORT'] / $_SERVER['HTTP_X_FORWARDED_PORT']).
We should add this as some integrations (like SAML) might require host details including the port.
The text was updated successfully, but these errors were encountered:
Currently the
TrustedProxyMiddleware
determines the forwarded host, IP and scheme (protocol). An additional attribute which might be forwarded is the port ($_SERVER['SERVER_PORT']
/$_SERVER['HTTP_X_FORWARDED_PORT']
).We should add this as some integrations (like SAML) might require host details including the port.
The text was updated successfully, but these errors were encountered: