#Is there a way to use a HTTPs proxy with a WebSocket in Deno?

8 messages · Page 1 of 1 (latest)

obsidian arrow
#

Thanks!

#

Deno.createHttpClient for a websocket. seems impossible.

#

an it probably is..

#

any workaround exists for this?

#

found out tungstenite doesn't support proxies so

tame sandal
#

You could use nginx as a proxy between your Deno and the world.

obsidian arrow
#

I mean like a socks5/HTTPs proxy