Please add a capability to set the proxy username and password by configuration in addition to the proxy server and port. I cannot run Predix micro-services locally because my corporate firewall requires authentication.
Within the WebSocketPoolableConnectionFactory.detectAndSetProxy method an additional call to the setCredentials method is required if a proxy username and password are specified. The proxy user and password would also need to be added to the IOauthRestConfig interface, etc. so they can be configured in the same manner as proxy server and port.
Thanks,
Dave