IXWebSocket icon indicating copy to clipboard operation
IXWebSocket copied to clipboard

WebSocket Client with Proxy Support in ixwebsocket

Open hwork0422 opened this issue 1 year ago • 1 comments

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!

hwork0422 avatar Jun 18 '24 09:06 hwork0422

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 ?

bsergean avatar Jun 19 '24 14:06 bsergean