Open matthauck opened 10 years ago
Yeah, i think so too.
Sometimes i consider the implementation for the WebSocket Proxy server. Although i think the following is simple,
httpsv.AddWebSocketService<Proxy> (
"/Proxy",
() => new Proxy () {
// Configuring Proxy service
...
});
Well, even better idea might come out, so could you waiting for?
hmm, i was thinking of at the websocket client side, to be able to connect out to a remote websocket server and traverse a proxy on the way.
It would be great if websocket-sharp was able to be configured for proxy traversal (using HTTP CONNECT), and support proxy basic authentication as well.
(Not sure if this is the right place for enhancement requests...)