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
Added a server config property trustProxy which is forwarded to Express.
The default value is 1, which means the actual client must only be one hop away.
This setting is useful if you want to set secure: true on the session cookie, but Mashroom Server is behind a reverse proxy.
Fixes
HTTP Proxy: Fixed forwarding secure WebSocket connections (wss://) in the default proxy implementation
HTTP Proxy: Fixed error response error handling if targetUri is not a valid URL but was rewritten by an interceptor plugin to be one