Allow websocket URL starting with ws:// or wss://

 

Hello,

Is not possible add a new url that start with ws:// or wss:// to use in SocketConnect?

add_url

 
A socket is not the same as a websocket. You need to use the server name or IP address only in the "Allow" list, not a protocol identifier. Then you will need to code your own websocket client.