withCredentials property
Whether to send credentials such as cookies or authorization headers for cross-site requests.
Defaults to false
.
You can also override this value using Options.extra['withCredentials']
for each request.
Implementation
bool withCredentials;