We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a601c8b commit fd3be93Copy full SHA for fd3be93
lib/src/ht_http_client.dart
@@ -46,7 +46,7 @@ class HtHttpClient {
46
47
// Set the appropriate HttpClientAdapter
48
if (isWeb) {
49
- _dio.httpClientAdapter = BrowserHttpClientAdapter();
+ _dio.httpClientAdapter = BrowserHttpClientAdapter(withCredentials: true);
50
} else {
51
_dio.httpClientAdapter = IOHttpClientAdapter();
52
}
0 commit comments