Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

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

HttpClient logging sensitive data

How to put HttpClientHandler and SocketsHttpHandler into HttpClient

c# dotnet-httpclient

The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing on adding logs to Log Analytics

HttpClient TimeOut and Polly Bulkhead Policy problem

Uploading multipart form files with HttpClient

c# dotnet-httpclient

Polly won't throw on some exceptions?

HttpClient post with parameters in body

HttpClient: limit response (downloaded file) size while using HttpResponseMessage.Content.ReadAsStreamAsync()

c# dotnet-httpclient

Cannot replicate successful Postman request with HttpClient

C#: Getting 403 even after sending CSRF token using httpclient

c# csrf dotnet-httpclient

Disabling httpclient ssl verification, on request level, in net 4.6

Polly log all requests with URL, Headers, Content and Response

Using DelegatingHandler with custom data on HttpClient