You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Hi
I connected to this server socket via a JavaScript client by following code : socket = new WebSocket('ws://192.168.1.2/ws');
i want to do a simple authentication using username and password in connecting.
It seems that JavaScript cannot do authentication in this way.
so I tried to use the socket.io in JavaScript. but encountered a CORS error while connecting.
How can I authentication using a JavaScript client and ESPAsyncWebServer socket server
Hi
I connected to this server socket via a JavaScript client by following code :
socket = new WebSocket('ws://192.168.1.2/ws');i want to do a simple authentication using username and password in connecting.
It seems that JavaScript cannot do authentication in this way.
so I tried to use the socket.io in JavaScript. but encountered a CORS error while connecting.
How can I authentication using a JavaScript client and ESPAsyncWebServer socket server