Hi !
How I can connect in a socket.io server with bearer token authentication?
Has any documentation or exemple?
I trying this, but I recieve a connection refuse response :
Thanks!
How I can connect in a socket.io server with bearer token authentication?
Has any documentation or exemple?
I trying this, but I recieve a connection refuse response :
WSClient.Host := '192.168.1.100';
WSClient.Port := 6001;
WSClient.TLS := True;
WSClient.Authentication.Token.AuthToken := token;
WSClient.Active := True;
Thanks!