Skip to content

Use XHRLocal if origin is "null" #277

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

Closed
wants to merge 1 commit into from

Conversation

dieppe
Copy link

@dieppe dieppe commented Dec 18, 2015

Without that, we end up using XHRCors with credentials true. The problem is that on the server end, when origin is null we set "Access-Control-Allow-Origin: *" which fails when credentials is true.

Without that, we end up using XHRCors with credentials true. The problem is that on the server end, when origin is null we set "Access-Control-Allow-Origin: *" which fails when credentials is true.
@brycekahle
Copy link
Contributor

I think this is fixed on the server side by this unreleased fix sockjs/sockjs-node#177

I can ping you when I release it later this week.

@dieppe
Copy link
Author

dieppe commented Feb 1, 2016

Thanks, I can confirm this fixed it.

Le 5 janv. 2016 à 20:52, Bryce Kahle notifications@github.com a écrit :

I think this is fixed on the server side by this unreleased fix sockjs/sockjs-node#177 sockjs/sockjs-node#177
I can ping you when I release it later this week.


Reply to this email directly or view it on GitHub #277 (comment).

@brycekahle brycekahle closed this Feb 13, 2016
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

Successfully merging this pull request may close these issues.

2 participants