ModernHttpClient
ModernHttpClient copied to clipboard
ModernHttpClient
Hi, in our Xamarin.Android app we use ModernHttpClient and now we want to show upload progress. If we set progress delegate (RegisterForProgress) it's invoked only once at the end of...
Hi, first of all thanks for your work. I noticed that this nuget hasn't been updated since December '19, while in the meantime the project has been going on -...
Hi @alexrainman, Any idea if ModernHttpClient is compatible with MAUI ? Just checking out all my solution dependencies for MAUI.
Hi Team, My android app getting crashed after updating the ModernHttpClient package to the latest. Please help me out in this. Thanks in Advance. Here is the log. "OkHttp https://eu.company.com/..."...
I'm just wondering if you have implemented any retry mechanism for transient errors. I'm considering using Polly along with this package. Is this a good idea?
when I use modernhttpclient.nativemessagehandler and trying to get access trough this link: https://restcountries.eu/data/ala.svg I get an exception mentioned in title of this issue. If I use httpclient without nativemessagehandler it...
HTTP requests throw an exception: `System.Net.Http.HttpRequestException: CLEARTEXT communication not enabled for client` Related https://github.com/alexrainman/ModernHttpClient/issues/49 I don't know what you mean by: > Use TLSConfig.DangerousAllowInsecureHTTPLoads property. Also, you have deprecated that...
I am seeing the following exception occurring often in Android 9.0 devices. It was not occurring in v 3.4.2 of the package. There was an update made for OkHttp3 nuget...
Hello, I have many crash reports in AppCenter that are related to the `GetAsync()` and `SendAsync()` methods. > ModernHttpClient ByteArrayListStream.ReadAsync (System.Byte[] buffer, System.Int32 offset, System.Int32 count, System.Threading.CancellationToken cancellationToken) ModernHttpClient ProgressStreamContent+ProgressStream.ReadAsync...
I tried using this library to replace the original deprecated ModernHttpClient in my Xamarin app hoping it would solve this problem. Both the original and this client run fine on...