withCredentials property

bool withCredentials
getter/setter pair

Whether to send credentials such as cookies or authorization headers for cross-site requests.

Defaults to false.

Implementation

bool withCredentials = false;