Closed jeduden closed 5 years ago
Not currently. I'm not exactly sure what you're looking for, though. What's your use case?
to configure corperate proxies explicitly
Oh I think 8 understand what you mean. No, this isn't currently supported, and I'm not sure what can be done to support it.
On Fri, Oct 13, 2017, 2:25 AM jeduden notifications@github.com wrote:
to configure corperate proxies explicitly
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/websockets/wscat/issues/54#issuecomment-336361867, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_ccc1JZlXSWeipYfuZIP1ET1AQwwYIks5srwJBgaJpZM4Py2dD .
An integration of this lib would be needed: https://github.com/TooTallNate/node-https-proxy-agent
I'd review a PR if you'd be willing to submit it.
nginx can proxy websockets https://www.nginx.com/blog/websocket-nginx/
I would like to capture the request and response that wscat is sending to a host using Fiddler, or some other HTTP proxy, eg wscat wss://some_host_on_the_internet/somerequest and then be able to view it on Fiddler (or some other HTTP proxy application) what the request and response is.
is there a way to configure an http proxy with wscat's cli ?