machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies
BSD 3-Clause "New" or "Revised" License
510 stars 167 forks source link

WebSocket Client with Proxy Support in ixwebsocket #520

Open codert0109 opened 2 weeks ago

codert0109 commented 2 weeks ago

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!

bsergean commented 1 week ago

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 ?