Replies: 1 comment 1 reply
-
Did you find a solution for this issue? I'm facing the same problem trying to proxy node-red instances which run on IoT-Devices in a VPN and makes use of websockets. 🙄 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using http-proxy-middleware to direct students from a front end to a dedicated lab machine. When they come to the lab page for the first time I assign them a unique cookie (which is just the private IP at this point in development) to identify them for routing later. The initial setup seems to work fine for standard http traffic, but the product I'm working with appears to use WebSockets as well for at least one function and the cookie is not readable in the router function on that WebSocket call to the /api. Any tips on how to set/capture something I can use for routing on the WebSocket call? Thanks for helping.
Beta Was this translation helpful? Give feedback.
All reactions