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 dcbe763 commit e8ed998Copy full SHA for e8ed998
src/WeihanLi.Common/Helpers/HttpHelper.cs
@@ -83,7 +83,6 @@ public static bool IsWellKnownContentHeader(string header)
83
84
private static readonly Lazy<HttpClient> SharedHttpClient = new(() => new(new NoProxyHttpClientHandler()
85
{
86
- UseCookies = false,
87
#if NET
88
AutomaticDecompression = DecompressionMethods.All
89
#else
0 commit comments