-
Here, I am trying to connect to BrowserStack using the CDP url. My system has a proxy in place and all the network requests should be routed through the proxy. In this case, I am unable …
-
It would be nice if proxy_set_header can be supported in the configuration. I need to pass the real IP of the websocket connection to my proxy. I tried adding it but config test failed after adding it…
-
I'm trying to do an api gateway with the reverse proxy but I fail miserably. Any hint?
```js
proxy.register('192.168.1.97', webappUrls[0])
proxy.register('192.168.1.97/socket.io', apiUrls[0])
…
-
## Summary
Hi guys,
I'm new bie of docker
I want to setup cronicle running on 2 servers with load balancer nginx. But now I get error: WebSocket connection to 'ws://172.19.0.2:3012/socket…
-
It looks like presently there is not Websocket support. I was hoping to use this plug to proxy to a next.js server, which uses a websocket for webpack-hmr (hot loading). Presently it times out establi…
-
## Description
This ticket is for WebSocket (WS). It's similar to HTTP, which is an insecure connection.
This ticket should be implemented at the same time as #296
⚠️ Do not start the WSS ticke…
-
Two things.
1. We have a naming issue. I've been using hs-proxy for the websocket proxy. Perhaps we should just merge these two.
2. https://github.com/nodejitsu/node-http-proxy may be a better sol…
-
**Is your feature request related to a problem? Please describe.**
Configuring a proxy to add ssl is too much work for something so necessary and rote, none of the proxy solutions are simple enough.
…
-
問個 Rails5 WebSocket 的問題
小弟公司的聊天室使用了 Rails5 ActionCable 實作,功能是做出來了
但 production 上偶爾(還滿常出現的 冏)會出現錯誤 `VM161:37 WebSocket connection to 'ws://amazingtalker.com/cable' failed: Error during WebSocket handsh…
jcsky updated
8 years ago
-
Hi, great job on this proxy module.
I'm trying to add the proxy for websocket protocols but it does not work for you guys. Is there any plans to add that?