danni / uwebsockets

Micropython websockets implementation
MIT License
192 stars 44 forks source link

I got HTTP/1.1 400 Bad Request #24

Open shmuliko opened 6 months ago

shmuliko commented 6 months ago

When I ran the socket.IO client example for my website, I got an error AssertionError: b'HTTP/1.1 400 Bad Request'

The server worked well on the Arduino socket.IO client but this micropython code don't use for me