Top "Apache-commons-httpclient" questions

The HttpClient v3.

Timeout between request retries Apache HttpClient

Could somebody share how to configure modern HttpClient 4.5.3 to retry failed requests and wait for some time before each retry? …

httpclient apache-httpclient-4.x apache-commons-httpclient
Disable Keep Alive in Apache HttpClient

For some problem that we couldn't solve, I want to disable keep alive on Apache HttpClient 3.1. However, I couldn't find …

java apache keep-alive apache-commons-httpclient
HttpRoutePlanner - How does it work with an HTTPS Proxy

I have an HTTPS proxy set up so that HTTP clients can send plain HTTP requests securely to the proxy. …

proxy apache-httpclient-4.x apache-commons-httpclient
SocketTimeoutException: Read timed out httpclient

I'm having a REST service which is serving almost ~20 M request per day. I'm getting the following exception. This issue …

java sockets connection httpclient apache-commons-httpclient
HttpClient 403 error when using valid client certificate

I'm trying to automate some tasks on a website using Java. I have a valid client for that website (works …

java ssl certificate apache-commons-httpclient
Upload Photo to Facebook with HttpClient

I am attempting to use the following code to upload a photo to Facebook using the Graph API. I keep …

java facebook-graph-api apache-commons-httpclient
How to use Elasticsearch Rest api in java?

I am using Apache Http client for making use of ElasticSearch Rest Api, but I am always getting HTTP error …

java elasticsearch httpclient apache-httpclient-4.x apache-commons-httpclient
Escaping ampersands in URLs for HttpClient requests

So I've got some Java code that uses Jakarta HttpClient like this: URI aURI = new URI( "http://host/index.php?…

java http url escaping apache-commons-httpclient
Why is this simple SOAP client not working (org.apache.http)?

I want to send an XML file as a request to a SOAP server. Here is the code I have: (…

java http post soap apache-commons-httpclient
Problems using the EWS Java API on Android

I am trying to use the EWS Java API v1.1.5 (http://archive.msdn.microsoft.com/ewsjavaapi) in an Android application, …

android exchangewebservices apache-commons-httpclient ewsjavaapi