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 cc62614 commit ed65f50Copy full SHA for ed65f50
src/Authentication/Authentication/Helpers/HttpHelpers.cs
@@ -68,7 +68,7 @@ private static HttpClient GetGraphHttpClient(AzureIdentityAccessTokenProvider au
68
: GraphClientFactory.Create(delegatingHandlers, finalHandler: new HttpClientHandler
69
{
70
AllowAutoRedirect = false,
71
- AutomaticDecompression = DecompressionMethods.None
+ AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate
72
});
73
httpClient.Timeout = requestContext.ClientTimeout;
74
return httpClient;
0 commit comments