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
The current ClientToProxyConnection class handles client authentication and then discards the username. I'd like my ChainedProxyManager class to change its behavior based on which user is connected. To do this, ChainedProxyManager needs access to the username (or the Proxy-Authorization header, which is also discarded by ClientToProxyConnection).
The text was updated successfully, but these errors were encountered:
The current ClientToProxyConnection class handles client authentication and then discards the username. I'd like my ChainedProxyManager class to change its behavior based on which user is connected. To do this, ChainedProxyManager needs access to the username (or the Proxy-Authorization header, which is also discarded by ClientToProxyConnection).
The text was updated successfully, but these errors were encountered: