withCredentials property
Whether to send credentials along with the XHR.
This may be required for proxying or wherever the server needs to otherwise inspect client cookies for that domain.
Implementation
final bool? withCredentials;
Whether to send credentials along with the XHR.
This may be required for proxying or wherever the server needs to otherwise inspect client cookies for that domain.
final bool? withCredentials;