i have downloaded the example in this tutorial and i want to connect it to my server for test.
the web socket i'm using works fine and for connection it needs user name and password.
this is the way to set ip and port but how set user name and password for connection
the web socket i'm using works fine and for connection it needs user name and password.
B4X:
Sub Process_Globals
Private wsh As WebSocketHandler
Private link As String = "ws://5*.3*.126.245:37*1/ws"
End Sub