Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

ability to modify xhr properties #536

Closed
avalanche123 opened this issue Aug 24, 2011 · 4 comments
Closed

ability to modify xhr properties #536

avalanche123 opened this issue Aug 24, 2011 · 4 comments

Comments

@avalanche123
Copy link

For cross-domain requests to services that require any type of basic authentication or cookie exchange, it is necessary to set xhr. withCredentials = true

CORS spec - http://www.w3.org/TR/cors/

@ghost ghost assigned vojtajina Aug 24, 2011
@IgorMinar
Copy link
Contributor

thanks. we'll address it in 0.10.x

@adamdbradley
Copy link
Contributor

@reezer
Copy link

reezer commented Aug 29, 2012

Since this is supported now, shouldn't the parameters username and password to the added to the open method call now now?

See: http://www.w3.org/TR/XMLHttpRequest/#the-open-method

@pkozlowski-opensource
Copy link
Member

withCredentials was added in #1209

@reezer Will close this one for now, please re-open (or open a new one) if you need the user/pass in the open() method: http://www.w3.org/TR/XMLHttpRequest/#the-open()-method
So far there were no request for it so let's wait and see if people are asking for it.

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

No branches or pull requests

6 participants