-->
Page 1 of 1

Websocket client with credentials

PostPosted: Sat Mar 18, 2017 2:19 pm
by forkus2000
Hi guys , i have a websocket server working, and i need conect to this server with a esp8266 websocket client, my probles is that the only instruction that accept the conection function is like this webSocket.begin(server_ip,server_port) but i need to validate in the server the id of the websocketclient, i need something like this webSocket.begin("192.168.0.15",9001,"my Id")


Can some body help me ? I will be apreciate some code to solve my problem...

Best Regars Paolo