Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

Authorization header is lost on redirect

c# .net rest dotnet-httpclient

Use HttpClientFactory from .NET 4.6.2

How to use HttpClient to send content in body of GET request?

HttpClient Multipart Form Post in C#

c# dotnet-httpclient

HttpClient vs HttpWebRequest

Re-using HttpClient but with a different Timeout setting per request?

.net dotnet-httpclient

Web Api + HttpClient: An asynchronous module or handler completed while an asynchronous operation was still pending

Pass multiple complex objects to a post/put Web API method

What is HttpRequestMessage.Properties?

c# .net dotnet-httpclient

Should I share types between a Web API service and its client ? What are the other options?

When or if to Dispose HttpResponseMessage when calling ReadAsStreamAsync?

Should HttpClient instances created by HttpClientFactory be disposed?

How to pass in a mocked HttpClient in a .NET test?

How does one configure HttpClient not to automatically redirect when it receives a 301 HTTP Status Code?

Retrying HttpClient Unsuccessful Requests

HttpClientFactory.Create vs new HttpClient

ASP.NET WebApi: how to perform a multipart post with file upload using WebApi HttpClient

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

Trying to run multiple HTTP requests in parallel, but being limited by Windows (registry)

Add client certificate to .NET Core HttpClient