IXWebSocket
IXWebSocket copied to clipboard
WebSocket Client with Proxy Support in ixwebsocket
Hi,
I was using ixwebsocket for WebSocket communication. Currently, our clients use a proxy server, so we need to enable proxy settings similar to websocketpp. Using ixwebsocket, is it possible to implement a WebSocket client with proxy settings enabled? Any guidance or examples on how to achieve this would be greatly appreciated.
Thank you!
Hi there, there isn't any built in proxy support (there are many definitions of proxy btw). You can write a proxy with this code but this isn't what you're looking for I think.
Are there links in the documentation of websocketpp that would show how they implement this ?