+ 1
Send non utf-8 data on websocket
I need to check how my websocket application behave if non utf-8 data is sent over the websocket connection. So, how to send non utf-8 data on websocket?
1 Odpowiedź
0
The socket is not interested in what you're sending, just the client receiver is it (behind the socket).