Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

HttpClient GetStringAsync returns 301, but browsers are able to navigate to correct address

StringContent(json) vs JsonContent.Create(obj)

Polly create HttpClient (IHttpClientBuilder.AddPolicyHandler) without ServiceCollection

Migration from Polly to Microsoft.Extensions.Http.Resilience - Extend ShouldHandle

PUT request results in 400 Bad Request

IHttpClientFactory for full framework (4.7) and IoC

Good pattern for exception handling when using async calls

How to use the PolicyHttpMessageHandler as "standalone"?

AddHttpClient<TClient,TImplementation> registers as transient, can it handle high volume concurrent requests efficiently?

Polly retry not always catching HttpRequestException

Is it possible to make HttpClient ignore invalid ETag header in response?

How To Add Basic Authentication To HTTP Request

c# dotnet-httpclient

HttpClient: This instance has already started one or more requests. Properties can only be modified before sending the first request

An unhandled exception was thrown by the application. System.ArgumentNullException: Value cannot be null. (Parameter 'uriString')

Get the full URI within a Polly retry attempt?

HttpClient.GetStreamAsync() with custom request?

Is there a simple way to format query strings when using the .NET HttpClient class?

c# dotnet-httpclient

Reusing HttpRequestMessage in Polly retry policies