Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

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

OpenTelemetry .NET HttpClient not propagating TraceId

How to construct HttpClient POST Request with form-data in C#?

Content-Language header throws Misused header name error when calling Ebay API

403 Error using PostAsJsonAsync but Works in Postman

c# dotnet-httpclient

Dependency Injection & connection strings / Multiple instances of a singleton

Polly's Policy.TimeoutAsync does not work with PolicyWrap in an async context