XMLHttpRequest: withCredentials property
Read More at MDN DocsView SpecSafe to Use
XMLHttpRequest: withCredentials property
is considered safe to use.
It’s supported by 94% of global browsers.
Browsers
Version Breakdown
Full Support
Full Support
Full Support
Full Support
Starting with Firefox 11, it's no longer supported to use the withCredentials
attribute when performing synchronous requests. Attempting to do so throws an NS_ERROR_DOM_INVALID_ACCESS_ERR
exception.
Full Support
Starting with Firefox 11, it's no longer supported to use the withCredentials
attribute when performing synchronous requests. Attempting to do so throws an NS_ERROR_DOM_INVALID_ACCESS_ERR
exception.
Full Support
Internet Explorer versions 8 and 9 supported cross-domain requests (CORS) using XDomainRequest
.
Full Support
Full Support
Full Support
Full Support
Full Support
Full Support
Full Support