Olivine-Labs / Alchemy-Websockets

An extremely efficient C# WebSocket server.
http://AlchemyWebsockets.net
Other
309 stars 105 forks source link

Authentication Origin should not be fixed to http:// #71

Closed Krizzzn closed 11 years ago

Krizzzn commented 11 years ago

I was writing a chrome extension that is using web sockets to communicate with an application running on the localhost. A chrome extension will try authenticate itself as Origin: chrome-extension://mnkmaflojmabglhiddgglabbfmogokfd. This does not work as Alchemy-Websockets currently is able to authenticate origins from http:// only (https:// is not possible either). My commit fixes this issue.

ajacksified commented 11 years ago

Thanks! :+1: