websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

add proxy support to connect #105

Closed enriquegh closed 5 years ago

enriquegh commented 5 years ago

fixes #54

Adds a new --proxy flag that will implement an https-proxy-agent and use the proxy specified.

Used this to test if my proxy could handle WebSocket connections and worked like a charm. Thought I'd do a PR for this since there was some interest at some point.

lpinca commented 5 years ago

@enriquegh https-proxy-agent@3.0.0 has been released.

enriquegh commented 5 years ago

@lpinca updated the https-proxy-agent version and verified it works on 10.9.0 and 10.16.3

lpinca commented 5 years ago

Thank you.