tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Make Websocket origin header optional #496

Closed labe-me closed 7 years ago

labe-me commented 7 years ago

Looks like this line prevents connections of websockets without origin header, and rejects non-browser clients.

https://github.com/tumblr/colossus/blob/e517a42080c4479385d279894982a6c02eb1b3d4/colossus/src/main/scala/colossus/protocols/websocket/Websocket.scala#L40

shmishleniy commented 7 years ago

add pull request https://github.com/tumblr/colossus/pull/501

benblack86 commented 7 years ago

Released in 0.8.4