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

Not able to connect without host #440

Open
neohunter opened this issue Feb 16, 2017 · 0 comments
Open

Not able to connect without host #440

neohunter opened this issue Feb 16, 2017 · 0 comments

Comments

@neohunter
Copy link

neohunter commented Feb 16, 2017

Why this is not possible:

new WebSocketRails('/websocket');

Have to put the host hardcoded is tedious. What I did at the end is:

var server_host = window.location.origin || location.protocol + '//' + location.host
var dispatcher = new WebSocketRails(server_host + '/websocket');

But I wonder why is necessary to specify the host?

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

1 participant