You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Has anyone got this proxy servlet working with websockets (i use socket.io)? to my understanding it needs more than "just" pushing the hop-hop headers to the backend, i think you might need to create an actual socket tunnel?
can anyone shed some light on this?
As the maintainer here, mainly I want to see that what we add is tested. That's a key aspect to this proxy vs code snippets on Stackoverflow/blogs. So if you look at that and find a way to incorporate it and add tests, I'd be happy to peer review and ultimately merge.
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
andConnection: Upgrade
.The text was updated successfully, but these errors were encountered: