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

/csp not required in hookbox.connect js? #58

Open
kulpreet opened this issue Sep 5, 2010 · 1 comment
Open

/csp not required in hookbox.connect js? #58

kulpreet opened this issue Sep 5, 2010 · 1 comment

Comments

@kulpreet
Copy link

kulpreet commented Sep 5, 2010

On using
conn = hookbox.connect('http://' + jshost + ':8001' + '/csp');

there is an error

Seems like the request ends up going to /csp/csp/handshake?ct=application%2Fjavascript

At least the connection establishment works when I use

conn = hookbox.connect('http://' + jshost + ':8001' + '/csp');

instead.

Hope it helps. The docs say use '/csp' pretty explicitly.

@dnunes
Copy link

dnunes commented Apr 13, 2011

At least the connection establishment works when I use

conn = hookbox.connect('http://' + jshost + ':8001' + '/csp');

I think you meant...
conn = hookbox.connect('http://' + jshost + ':8001');

Right?

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

2 participants