The websocket client does not work behind a HTTP proxy. In a company network where all internet access needs to go through a HTTP proxy, the websocket client tries to resolve the IP address of the websocket URL and fails.
Is there any support for HTTP proxies in ws4py ?
Are there any solutions for this issue (other websocket libraries that support HTTP proxies) ?