Top "Apache-commons-httpclient" questions

The HttpClient v3.

Without changing code, how to force httpClient to use proxy by environment variables or JVM arguments

I found setting http.proxyHost and http.proxyPort is of no use to httpClient. How to force the httpClient to …

java apache-commons-httpclient
How do Jersey-client and Apache HTTP Client compare?

First of all, I'm not trying to start a flame-war here. I know Jersey sufficiently well, but have hardly used …

java apache-httpclient-4.x apache-commons-httpclient jersey-client
Android session management

Is there a specific library for Android session management? I need to manage my sessions in a normal Android app. …

java android session session-cookies apache-commons-httpclient
Apache HttpClient on Android producing CertPathValidatorException (IssuerName != SubjectName)

I'm developing an Android application for accessing some battle.net (https://eu.battle.net) account data (for World of Warcraft) …

android ssl apache-commons-httpclient world-of-warcraft
How do I pass the client certificate with HTTP client?

I want to use mutual SSL authentication between service A and B. I'm currently implementing passing the client certificate from …

apache ssl https ssl-certificate apache-commons-httpclient
Using Apache HTTPClient - how can one see the raw request string before it's being sent?

For debugging purposes, I'd like to see the raw request that is going to be sent. Is there a way …

apache-commons-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 stuck without any exception

I'm developing a long-running application that heavily uses the HttpClient from apache. On my first test run, the application worked …

java apache-commons-httpclient
Does Apache Commons HttpClient support GZIP?

Does the library Apache Commons HttpClient support Gzip? We wanted to use enable gzip compression on our Apache server to …

java gzip apache-commons apache-httpclient-4.x apache-commons-httpclient