0

odd request maybe, but I have a need to proxy between a HTTP-only client and a WebSocket-only server. these are not long-lived connections; the client does a POST with some binary data that needs to be forwarded to the ws:// server and the response back to the client. session done.

Is this possible with haproxy?

Marvin
  • 1
  • After some more research I don't believe haproxy can do this without maybe resorting to LUA scripting. I'm going to write something in python instead. – Marvin Jan 11 '23 at 09:35
  • Please answer your own question, rather than commenting. Longer length limit to cite your research, and better tracking that you got an answer. – John Mahowald Jan 11 '23 at 16:45

0 Answers0