You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
For cross-domain requests to services that require any type of basic authentication or cookie exchange, it is necessary to set xhr. withCredentials = true
@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.
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/
The text was updated successfully, but these errors were encountered: