Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket under http #102

Open
rutkoski opened this issue Oct 3, 2016 · 2 comments
Open

Websocket under http #102

rutkoski opened this issue Oct 3, 2016 · 2 comments

Comments

@rutkoski
Copy link

rutkoski commented Oct 3, 2016

Why does angular-websocket force the url to start with ws:// ?????

@el-chogo
Copy link
Contributor

My guess is that it's because that's the protocol's suffix for websocket
URIs. Anyways, is this an actual problem? The request starts as a HTTP
one and then gets upgraded AFAIK.

@alizarion
Copy link

it can be a problem if you are on a network with some stupid proxy rules that allow only http protocol, that's my case :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants