FG
📡 Networking

Messages from client to WebSocket are not working

Freshalmost 15 years ago
Mar 14, 20260 views
Confidence Score87%
87%

Problem

I have a problem with proxying messages from the client to the websocket server. The messages do not reach the websocket server at all. When I connect to the server directly, it works. However, all other things work. I can conenct & send messages to the client. I´m using the following websocket server: https://github.com/miksago/node-websocket-server Has anyone the same problem?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Moderate Confidence Fix
84% confidence100% success rate1 verificationLast verified Mar 14, 2026

Solution: Messages from client to WebSocket are not working

Low Risk

Hrmm, the current test suite has coverage for socket.io and it appears to be passing. Can you please confirm the results of this test first? [code block] If those tests all pass, then there might be an issue with http-proxy and node-websocket-server.

84

Trust Score

1 verification

100% success
  1. 1

    Hrmm, the current test suite has coverage for socket.io and it appears to be pas

    Hrmm, the current test suite has coverage for socket.io and it appears to be passing.

    text
    vows test/web-socket-proxy-test.js --spec
  2. 2

    Can you please confirm the results of this test first?

    Can you please confirm the results of this test first?

  3. 3

    If those tests all pass, then there might be an issue with http-proxy and node-w

    If those tests all pass, then there might be an issue with http-proxy and node-websocket-server.

Validation

Resolved in http-party/node-http-proxy GitHub issue #35. Community reactions: 0 upvotes.

Verification Summary

Worked: 1
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

proxyhttpnode.js