-
I'm trying to configure an Apache proxy to a websocket. The websocket is working ok and I access it normally with
iocat --socketio ws://localhost:12345 -e test
I want this socket to be avail…
-
dont do http(s) traffic for customers directly on threebot server
the nginx is the layer in between
- does https to http
- does letsencrypt
- does $somethong/$aname to localhost:$aport
we n…
-
...thats an upstream broadway issue which can be solved like this:
change the default file from nginx from
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
to
proxy_set_hea…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a new si…
-
In the following link, someone says this library is not really zuul websocket support, it's a standalone websocket proxy that happens to sit next to zuul. And I configured a zuul mandatory filter and …
-
### 1. What version of Caddy are you using (`caddy -version`)?
Caddy 0.11.0
### 2. What are you trying to do?
Make a http2 proxy use `caddy`, I hope it can support `WebSocket`.
I use Chrome + …
-
The repository README implies that the `close` callback will be given a request object, when it's really the proxy response object according to the relevant source.
//
// Listen for the `close` event…
-
Beam support could work like this:
* Device A connects to a websocket proxy with an UUID
* Device B scans a QR code or enters a link from Device B in order to obtain UUID and a AES key
* Both de…
-
I'm wondering whether the proxy servlet supports Web Sockets? I think the important thing is that it must not remove the headers `Upgrade: WebSocket` and `Connection: Upgrade`.
twwwt updated
7 months ago
-
### Expected behavior
### Actual behavior
### Setup
* http-proxy-middleware: _version_0.18.0
* server: express_version_4.16.0
* other relevant modules
#### proxy middleware configuration…