FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Whitespace in header values #33

Closed ted-mundy closed 1 year ago

ted-mundy commented 1 year ago

I've got a websocket server set up which user Basic authentication (Authorization: Basic KEY), and when I try to connect using said key, it throws out an Invalid header name or value error. Is this meant to happen? I've done some digging and it's due to the whitespace between the Basic and KEY part of the value.

ted-mundy commented 1 year ago

Closing - ended up just getting rid of the Basic :p