You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any value given for AutomaticDecompression sustains the error, and removing it entirely effectively removes the error, but then decompression would have to be implemented manually.
Proposed solution replace HttpClient with RestSharp, the most widely used Rest client, which is much more convenient than implementing those features manually and would handle the decompression issue easily. I am currently working on it myself and will submit a pull request to save some time unless you prefer fixing this otherwise.
When using the package in a Blazor WebAssembly client, it immediately triggers the following error:
Error: One or more errors occurred. (Operation is not supported on this platform.)
Only tested on Google Chrome so far.
The text was updated successfully, but these errors were encountered: