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

Use cross-origin-long-polling instead of JSONP #466

Open
deliminator opened this issue Feb 11, 2017 · 0 comments
Open

Use cross-origin-long-polling instead of JSONP #466

deliminator opened this issue Feb 11, 2017 · 0 comments

Comments

@deliminator
Copy link

deliminator commented Feb 11, 2017

I would like to avoid JSONP requests, mostly because of browser's loading indicator issues and security (no secrets in the query string).

Although cross-origin-long-polling is not a mandatory transport according to the bayeux spec, the spec is old, and CORS is widely supported. Would it make sense to either add it to the mandatory connection types, or to allow this to be enabled by introducing a new option?

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

No branches or pull requests

1 participant