Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

Http post works in Postman but not in C# with HttpClient

Connection keep-alive not working with System.Net.Http.HttpClient on certain hosts

POST to Web API action with IEnumerable<Interface> type parameter

Catching HttpClient timeouts within an async workflow

Can't read HttpResponseMessage content when the status code is not success

Using HttpClient in a Xamarin core project

xamarin dotnet-httpclient

Inspect server certificate using HttpClient

Using HttpClient for Asynchronous File Downloads

Static HttpClient thread safe on ASP.net HttpRequest

Why doesn't calling Task<T>.Result deadlock?

Async requests with .NET core

Client certificate with HttpClient in c#

WebException in Xamarin, using HttpClient

Trust a self signed certificate using Httpclient

Is it safe to use HttpClientFactory?

Putting a custom string in "Authorization" header in System.Net.HttpClient

HttpClient Authorization Header Invalid Format

HttpClient request header customisation

.NET HttpClient: How to set the request method dynamically?

Unable to get header "Content-Disposition" with httpclient in C#