Search code examples
How do I not exclude charset in Content-Type when using HttpClient?...


c#.netasp.net-coredotnet-httpclient

Read More
Default configuration for all HttpClient instances in .net Core...


c#.net-coredotnet-httpclientasp.net-core-3.1

Read More
Uploading multipart form files with HttpClient...


c#dotnet-httpclient

Read More
JsonSerializer.DeserializeAsyncEnumerable async processing and torn JSON stream behaviour...


c#dotnet-httpclientjson-deserializationsystem.text.jsoniasyncenumerable

Read More
How can I test a Polly retry policy that's set during startup?...


c#unit-testingdotnet-httpclientpolly

Read More
Dynamically changing HttpClient.Timeout in .NET...


c#.nettimeoutdotnet-httpclient

Read More
How do you override AddStandardResilenceHandler() for a specific client?...


c#asp.net-coredotnet-httpclientpolly

Read More
Microsoft.Extensions.Http.Resilience: Using AddStandardResilienceHandler options with SlidingWindowR...


c#dotnet-httpclientrate-limitingpolly

Read More
HttpClient.GetAsync is getting Internal Error (500) but Chrome gets a response...


c#dotnet-httpclient

Read More
I'm getting malformed multipart POST when I try to post data to remote API with C# HttpClient...


c#asp.net-coredotnet-httpclient.net-8.0

Read More
Unit Test Typed HttpClient with Microsoft.Extensions.Http.Resilience...


c#unit-testingdotnet-httpclientpolly

Read More
When or if to Dispose HttpResponseMessage when calling ReadAsStreamAsync?...


c#.netstreamidisposabledotnet-httpclient

Read More
HttpClient - Execute an async method before every call to SendAsync...


c#asp.net-coredotnet-httpclientasp.net-core-identityihttpclientfactory

Read More
Handling a comma inside a cookie value using C# and .NET 6...


c#cookies.net-6.0dotnet-httpclient

Read More
.Net 4.0 HttpClient usage?...


c#.netdotnet-httpclient

Read More
How to use Polly with Refit?...


c#blazordotnet-httpclientpollyrefit

Read More
How do I set up HttpContent for my HttpClient PostAsync second parameter?...


c#dotnet-httpclienthttpcontent

Read More
C# HttpClient.SendAsync throw "An error occurred while sending the request" exception when...


c#.nethttpdotnet-httpclient

Read More
HTTPClient with NTLM authentication not working in dotnet web application...


.netdotnet-httpclientntlm

Read More
Should I dispose HttpClient in C# when I am creating instance for every request?...


c#.net.net-coredotnet-httpclient

Read More
How do you use Basic Authentication with System.Net.Http.HttpClient?...


c#basic-authenticationdotnet-httpclient

Read More
Why does running this task return Error: System.Net.Http.HttpRequestException: Response status code ...


c#dotnet-httpclientdsharp+

Read More
How is HttpClient injected into a ctor?...


c#dependency-injection.net-6.0dotnet-httpclient

Read More
Using named HttpClient from IHttpClientFactory in a custom client...


c#asp.netdotnet-httpclientihttpclientfactory

Read More
c# - CookieException during CookieContainer.Add, part of the cookie is invalid...


c#cookiesdotnet-httpclient

Read More
.NET 8 Httpclient post parameter changing it's case to camel...


c#asp.net-coredotnet-httpclientsystem.text.json.net-8.0

Read More
How to create ASP.NET Core host and run a request to it in the same process...


c#asp.net-coreweb-applicationsdotnet-httpclientself-hosting

Read More
Building post HttpClient request in C# with Bearer Token...


c#dotnet-httpclient

Read More
Change BaseUrl of injected HttpClient...


c#dependency-injectiondotnet-httpclient

Read More
Handling TaskCanceledException when HttpClient times out...


c#asp.netdotnet-httpclientpollyretry-logic

Read More
BackNext