configcat / .net-sdk

ConfigCat SDK for .NET. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/csharp
Other
29 stars 8 forks source link

Bugfix to support Dotnet Blazor WASM #90

Closed benOnside closed 6 months ago

benOnside commented 6 months ago

Bugfix to support Dotnet Blazor WASM

Requirement checklist

endret commented 6 months ago

Hi @benOnside !

Thanks for reporting the issue we appreciate creating a fix. Unfortunately, not all features of HttpClientHandler are supported when the client runs inside the browser.

Just for your information, you can set any HttpClientHandler in ConfigCatClientOptions and you can turn off the compression.

Thanks, Endre [ConfigCat]