withCredentials property

bool? withCredentials
final

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;