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 need to send data from the js node of the application to another application, but when I try to send it, it gives me an error Error: Unexpected server response: 502
const WebSocket = require ('ws');
const ws = new WebSocket ('ws: // url_here');
ws.on ('open', function open () {
ws.send ('test');
});
The text was updated successfully, but these errors were encountered:
I need to send data from the js node of the application to another application, but when I try to send it, it gives me an error Error: Unexpected server response: 502
const WebSocket = require ('ws');
const ws = new WebSocket ('ws: // url_here');
ws.on ('open', function open () {
ws.send ('test');
});
The text was updated successfully, but these errors were encountered: