Top "Httpclient" questions

DO NOT USE - Use [apache-commons-httpclient], [apache-httpclient-4.x], [java-http-client], [dotnet-httpclient] or [angular-httpclient]

How to stream response body with apache HttpClient

There's an api I need to perform octet-streaming from which does not have a length. It is just a stream …

java httpclient apache-httpclient-4.x apache-commons-httpclient
HttpClient not storing cookies in CookieContainer

I'm using VS2010 +.NET 4.0 + System.Net.Http (from Nuget). For a reason which I don't manage to understand, the session …

c# cookies httpclient
System.Net.Http vs Microsoft.Net.Http

I am using ASP.NET Core. I want to use HttpClient but I noticed that there are two NuGet packages …

c# asp.net-core nuget asp.net-core-mvc httpclient
URLConnection or HTTPClient : Which offers better functionality and more efficiency?

I looking to create a login form for an android application. I want to use a post method to send …

android httpclient urlconnection
Mutual Authentication with x509 Certificates using HttpClient 4.0.1

Does anyone have any friendly tips on how to perform client authentication via an x509 certificate using HTTPClient 4.0.1?

java authentication httpclient x509
How to disable caching with HttpClient get in Angular 6

I'm writing an Angular SPA app, that uses HttpClient to get values from my backend. What is the easy way …

angular caching httpclient
HttpClient - dealing with aggregate exceptions

Hi i am using HttpClient similar to this: public static Task<string> AsyncStringRequest(string url, string contentType) { try { …

c# rest exception-handling httpclient aggregateexception
Display Json Array Angular 5 HttpClient

I'm a beginner in Angular5 and I need your help... I made an API in my backend (Java/Spring Boot) …

json httpclient frontend display angular5
Upload image using HttpClient

I want to upload a file using HttpClient to a php script to save it on a server in a …

c# windows-phone-8 windows-phone httpclient
How to set timeout to JAX-RS client with CXF

I am working on a Rest Client and I am using CXF with JAX-RS. The problem that I have is …

java web-services rest cxf httpclient