Top "Httpclient" questions

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

Authorization Bearer token in HttpClient?

I am trying to access an API using an oauth2 authorization token in Java Here is the client code DefaultHttpClient …

java authentication curl httpclient bearer-token
HttpClientError: The target server failed to respond

I am trying to hit a server using http client using PoolingClientConnectionManager setting max connections for individual hosts //Code that …

java apache httpclient connection-pooling
How to set large string inside HttpContent when using HttpClient?

So, I created a HttpClient and am posting data using HttpClient.PostAsync(). I set the HttpContent using HttpContent content = new …

c# .net asp.net-web-api httpclient httpcontent
Httpclient 4, error 302. How to redirect?

I want to access one site that first requires an (tomcat server) authentication and then log in with a POST …

java authentication post httpclient http-status-code-302
Angular 4: "Http failure response for (unknown URL): 0 Unknown Error"

I am trying to consume an API URL. I am calling the API with the below code. import {HttpClient, HttpClientModule, …

angular typescript https httpclient angular4-httpclient
proxy authentication in node.js with module request

I'm trying to use the module request in my node.js app, and I need to configure proxy settings with …

node.js proxy httpclient proxy-authentication
HttpClient WARNING: Cookie rejected: Illegal domain attribute

I'm using HttpClient latest version (4.x). And right now I'm trying to do A GET Request. I just posting a …

java cookies warnings httpclient
WebView, add local .CSS file to an HTML page?

In android I'm using WebView to display a part of a webpage which I fetched from the internet using HttpClient …

android html css resources httpclient
How to pass URLSearchParams in the HttpClient "get" method - Angular 5

I used Angular 4.2 with the Http service and I used the get method like this where params is a URLSearchParams …

angular http httpclient angular5
HttpClient is not found in .NET 4.5

I am trying to use the new HttpClient in .NET 4.5, but Visual Studio complains that it doesn't exist. I have …

c# .net asynchronous httpclient .net-4.5