machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket Client with Proxy Support in ixwebsocket

codert0109 opened this issue · 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!

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 ?