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

xhrFields not supported? #15

Open
tiye opened this issue Jun 29, 2014 · 1 comment
Open

xhrFields not supported? #15

tiye opened this issue Jun 29, 2014 · 1 comment

Comments

@tiye
Copy link

tiye commented Jun 29, 2014

I tried this component to replace jQuery in a project where I use cross-domain requests.
But to found new requests does not carry cookes with it.
And in source code I can not find such string named xhrFields. So it's not supported?

@licx
Copy link

licx commented Feb 24, 2017

You can set those field in the beforeSend function:

For example:

beforeSend: function( xhr ) {
              debugger;
              xhr.withCredentials = true;
            }

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