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?

2
  • 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
    Commented Jan 11, 2023 at 9:35
  • Please answer your own question, rather than commenting. Longer length limit to cite your research, and better tracking that you got an answer. Commented Jan 11, 2023 at 16:45

0

You must log in to answer this question.

Browse other questions tagged .