danni / uwebsockets

Micropython websockets implementation
MIT License
182 stars 40 forks source link

I got HTTP/1.1 400 Bad Request #24

Open shmuliko opened 3 months ago

shmuliko commented 3 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