Search code examples
Run HttpClient GetAsync in different threads...

c#multithreadingdotnet-httpclient

Read More
How do I connect to my Notion API integration using .NET HttpClient? I can connect using Postman, bu...

c#blazor-server-sidedotnet-httpclientnotion-api

Read More
Does the order in which you add handlers matter when registering an HTTP client? - C# .NET...

c#.nethttpdotnet-httpclientpolly

Read More
Camera stream with ASP.NET Core 7 Web API buffering/stuttering, any way to improve?...

asp.net-core.net-coreiisdotnet-httpclient.net-7.0

Read More
PostAsJsonAsync POST variables don't arrive at Flight PHP REST server...

c#jsonrestdotnet-httpclientflightphp

Read More
How to solve "UTF-8" is not supported encoding name...

c#.netutf-8dotnet-httpclient.net-standard-2.0

Read More
C# Polly combining http error handler, retry, bulkhead and timeout to be used inside HttpClient...

c#dotnet-httpclientpollyretry-logicpolicywrap

Read More
Uploading large files to Controller in chunks using HttpClient, IFormFile always empty...

c#file-ioasp.net-core-mvcdotnet-httpclient

Read More
HttpClient Get request returning null response...

c#getdotnet-httpclient

Read More
Dependency injection: HttpClient or HttpClientFactory?...

c#asp.net-coredependency-injectiondotnet-httpclient

Read More
Set HttpClient Timeout for Azure function app...

c#.netazure-functionstimeoutdotnet-httpclient

Read More
How does one configure HttpClient not to automatically redirect when it receives a 301 HTTP Status C...

c#-4.0asp.net-web-apidotnet-httpclient

Read More
Changing a default request header for HttpClient...

c#dotnet-httpclient

Read More
DelegatingHandler Dependency Injection...

c#.net-coredependency-injectionautofacdotnet-httpclient

Read More
What is the value in services.AddHttpClient<MyBlobClient>()...

c#blazor-server-sidedotnet-httpclientihttpclientfactory

Read More
Redirect (302) between endpoints of controller in Blazor WebAssembly Hosted project using IFlurlClie...

asp.net-corehttp-redirectblazor-webassemblydotnet-httpclientflurl

Read More
C# HttpClient An existing connection was forcibly closed by the remote host...

c#asp.netjsondotnet-httpclient

Read More
What is the best way to avoid Azure App Service SNAT Port Exhaustion without NAT gateway...

socketsazure-web-app-servicedotnet-httpclienthttp2

Read More
Catching Internal Sealed Exceptions...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Is it fine to use one HttpClient instance for each host my application needs to talk to?...

c#.nethttp.net-coredotnet-httpclient

Read More
How to get Item1 and Item2 from the response...

c#dotnet-httpclient

Read More
Exception is always thrown by httpClient.PostAsync. I can temporarily get past it with ConfigureAwai...

c#asp.net-mvcasync-awaitdotnet-httpclienthttp-status-code-500

Read More
Add dynamic parameter to DelegatingHandler used within the HttpClientFactory Service...

c#dotnet-httpclientpollyihttpclientfactorydelegatinghandler

Read More
C# HttpClient.SendAsync await throws NullReferenceException...

c#asp.net.netdotnet-httpclient

Read More
Nunit 3: Test a Controller that uses IHttpClientFactory as Constructor Parameter...

c#asp.net-core.net-coredotnet-httpclienthttpclientfactory

Read More
Polly create HttpClient (IHttpClientBuilder.AddPolicyHandler) without ServiceCollection...

c#dependency-injectiondotnet-httpclient.net-7.0polly

Read More
Polly Retry with HTTP Client is exceeding the Number of Max Retries and continues Retry till HTTP Ti...

c#asp.netdotnet-httpclientpollyretry-logic

Read More
Polly retry delay based on Service Bus Trigger value...

c#azure-functionsdotnet-httpclientpollyretry-logic

Read More
Call unauthorized controller in Blazor scoped HttpClient...

c#blazordotnet-httpclient

Read More
dotnet core does AuthenticationHandler been invoked on Allowanonymous routes?...

authentication.net-coredotnet-httpclientbearer-token

Read More
BackNext