Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

Unit test HttpClient with Polly

Retry multiple times when http request times out using polly c#

Can't listen to 'http://127.0.0.100:50001/' with HttpListener on my machine, even though the port does not appear to be in use

.net core 5 AddHeaderPropogation not forwarding RequestHeaders

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?