withCredentials property

bool withCredentials
final

This controls whether credentials such as cookies are sent in cross-site requests.

Cookies are used by many load-balancers for sticky sessions which is required when your app is deployed with multiple servers.

Implementation

final bool withCredentials;