Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
9answers
4k views

http connection timeout issues

I'm running into an issue when i try to use the HttpClient connecting to a url. The http connection is taking a longer time to timeout, even after i set a connection timeoout. int timeoutConnection = ...
8
votes
1answer
2k views

Android: One vs many instances of HttpClient per application

Until recently, our app shared a single Apache HttpClient instance using the ThreadSafeClientConnManager across the whole application. The http client instance was held by a singleton class. Since I ...
7
votes
10answers
3k views

Disable HttpClient logging

I am using commons-httpclient 3.1 in an integration test suite. The default logging for HttpClient is extremely noisy and I can't seem to turn it off. I've tried following the instructions here but ...
5
votes
2answers
574 views

Converting from HttpClient 3 to 4

I've managed to make changes to everything but the following: HttpClient client; HttpPost method; client = new DefaultHttpClient(); method = new HttpPost(url); InputStream rstream; ...
5
votes
2answers
4k views

How to enable logging for apache commons HttpClient on Android

To enable logging for apache commons HttpClient in normal Java application I used: System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog"); ...
4
votes
2answers
727 views

Cancel an HttpClient request

I am making a simple request for a file using HttpClient from the Apache Commons. Here is my current code: httpclient = new DefaultHttpClient(); httpget = new HttpGet(location); context = ...
4
votes
2answers
1k views

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

I found setting http.proxyHost and http.proxyPort is of no use to httpClient. Anyone knows how to force the httpClient to use proxy by environment variables or VM arguments or something like those ...
4
votes
2answers
3k views

Apache HttpClient making multipart form post

I'm pretty green to HttpClient and I'm finding the lack of (and or blatantly incorrect) documentation extremely frustrating. I'm trying to implement the following post (listed below) with Apache Http ...
4
votes
4answers
4k views

How to prevent apache http client from following a redirect

I'm connecting to a remote server with apache http client. the remote server sends a redirect, and i want to achieve that my client isn't following the redirect automatically so that i can extract the ...
4
votes
1answer
2k views

How do I configure apache httpcore 4 to use a proxy?

I'm trying to use the latest (4.0.1) Apache http core components library. However, my web browser goes through a proxy - suppose it is myproxy.com:9191. Could someone provide some sample code for ...
4
votes
3answers
12k views

AIX: IBM Java: java.net.SocketException: Connection timed out:could be due to invalid address

We have seen the following exceptions very frequently on IBM AIX when attempting to make an SSL connection to our server: java.net.SocketException: Socket closed at ...
3
votes
1answer
351 views

Migrating from HttpClient 3.x to 4.x

We have some code written using commons-httpclient-3.1 that needs to be converted to 4.1. I'm only somewhat familiar with this and am reading the 4.1 httpclient tutorial now. I see a couple of posts ...
3
votes
2answers
520 views

Using Java NIO for pipelined Http

Researching the web, I've found that pipelined HTTP is much faster and more power efficient (specially for mobile devices) than queued or parallel connections. The support from general libraries ...
3
votes
1answer
803 views

Reading chunked data from HttpEntity

I have the following code: HttpClient FETCHER HttpResponse response = FETCHER.execute(host, httpMethod); Im trying to read its contents to a string like this: HttpEntity entity = ...
3
votes
2answers
713 views

httpURLConnection vs apache commons http

I just wanted to know if any of you had any problems using java default HttpURLConnection class. Some kind of bug that made you switch to apache commons. Or is it just the (ugly) interface that class ...
3
votes
3answers
3k views

Issue with trying to Login to a https secure using apache commons httpclient class

Iam trying to login to a https secured site using Apache commons httpclient. Iam not getting any way to pass the certificate along with my httprequest , since I cannot find any such classes in ...
2
votes
2answers
147 views

how to reuse httpclient connection to get multiple small files

I'm using httpclient to download multiple small files from server continuously. So I want to reuse the httpclient connection to avoid costing a lot of time to allocate new connection. And I already ...
2
votes
3answers
178 views

How to make Apache Http client resume waiting for response after timeout?

I use executeMethod of Apache Http client, which blocks until it receives the server response. I can set the timeout but it looks like that the client cannot resume waiting for response once the ...
2
votes
4answers
248 views

Why the need for InputStream in HTTP Clients? (Java)

I have been using various HTTP clients in java for getting various pieces of information from websites or for using web services (like the google maps geocoder) The current client I'm working with is ...
2
votes
1answer
338 views

HTTPClient PostMethod for byte[]

I need to send a byte[] to rest web service end point and I was wondering how to setup the request using HTTPClient's PostMethod, any ideas?
2
votes
2answers
225 views

Apache HttpClient random delays under high requests/second

I'm using Apache HttpClient to query HTTP/1.0 (without keep alive) server on localhost with around 20 POST requests/second. I have a TCP_NODELAY enabled like this: val httpParams = new ...
2
votes
1answer
47 views

fater web page source provider

I am trying to pull page source in java with proxy. I have used httpclient, httpunit and HttpURLConnection, all of this taking 5 sec when i goes for page source without proxy but I uses proxy then ...
2
votes
1answer
1k views

java.net.SocketException: Too many open files

I have a java app which runs just fine (on Ubuntu 10.04) for few hours until it hits "java.net.SocketException: Too many open files". The code for Sender.java can be found here - http://bit.ly/gX0EHY ...
2
votes
1answer
977 views

Java HtmlUnit - can't login to wordpress

I'm trying to use HtmlUnit to login to my local wordpress website but it seems to have a cookies issue. That's that begining of the code: WebClient webClient = new WebClient(); HtmlPage loginPage = ...
2
votes
1answer
174 views

InvalidAuthenticityToken exception when sending a HTTP POST

We're creating a Java client to interface with a Ruby on Rails server for an inventory system project (for school). The client that we're using is supposed to do HTTP GET's to request information and ...
2
votes
1answer
540 views

Apache HttpClient and PEM certificate files

I'd like to programmatically access a site that requires Client certificates, which I have in PEM files. In this application I don't want to add them to my keystore, use keytool, or openssl if I can ...
2
votes
1answer
1k views

Apache HttpClient CoreConnectionPNames.CONNECTION_TIMEOUT does nothing?

I get strange behavior from HttpClient with parameter CoreConnectionPNames.CONNECTION_TIMEOUT set to 1. I would expect that HttpGet request would fail, throwing connection timeout exception and yet ...
2
votes
2answers
2k views

BindException/Too many file open while using HttpClient under load

I have got 1000 dedicated Java threads where each thread polls a corresponding url every one second. public class Poller { public static Node poll(Node node) { GetMethod method = ...
2
votes
1answer
2k views

How can I reuse a HttpClient connection efficiently?

I am doing HTTP POSTs very frequently (>= 1/sec) to an API endpoint and I want to make sure I'm doing it efficiently. My goal is to succeed or fail as soon as possible, especially since I have ...
2
votes
2answers
782 views

How to force disconnection in commons-httpclient?

I use commons-httpclient to send queries to a Web server. The Web server never closes connections, but has a small memory leak associated to the connection context. I would therefore like to close ...
2
votes
5answers
5k views

How can I configure HTTPClient to authenticate against a SOCKS proxy?

I need to set up proxy authentication against a SOCKS proxy. I found out this post giving instructions that appear to work with common HTTP proxies. ...
2
votes
2answers
400 views

Can two different clients somehow share cookies?

Here's the set-up: I have a server-based application. So, all the data is on a server (call it server 'A') and users connect to that server using a desktop-based rich client. The rich client also ...
2
votes
3answers
7k views

Unable to authenticate to SSL site in java: “pathLenConstraint violated - this cert must be the last cert in the certification path”

I'm trying to read from a secure (i.e. SSL) web page, in Java code. I'm trying to use both URLConnection (java.net) and Apache's HTTPClient. In both cases, when I make the request, I get this ...
1
vote
0answers
40 views

Old Version of Commons-HttpClient gives IOException in the Axis2 Web Service Client

I am using a wsdl2java generated web service client for the axis2 web service (axis2 version is 1.6.1). So for http connection the old version of commons-httpclient 3.1 is used. While doing some load ...
1
vote
2answers
145 views

Java http client and threads

I'm writing a quick load test for our API using testNG and java http client. My threads seem to block more than expected so I want to make sure http client is doing what I think. my basic pseudo ...
1
vote
1answer
158 views

ThreadSafeClientConnManager not multithreading

I've been asked to fix up a Servlet that sits in between two applications. It's purpose is to convert SAML authorisation request to and from SAML v2.0 / SAML 1.1. So it: receives a HTTP SAML v2.0 ...
1
vote
2answers
415 views

Apache HttpGet url encoding problem (plus sign, +)

I'm sending a GET request with HttpClient but the + is not encoded. 1. If I pass the query parameter string unencoded like this URI uri = new URI(scheme, host, path, query, null); HttpGet get = ...
1
vote
1answer
89 views

how to add date header to httpGet

I am currently using HttpGet(apache) method to make a request to a web service. When I was calling the server it was giving me this error: "The difference between the request time and the server time ...
1
vote
2answers
405 views

Apache HttpClient timeout

Is there a way to specify a timeout for the whole execution of HttpClient? I have tried the following: httpClient.getParams().setParameter("http.socket.timeout", timeout * 1000); ...
1
vote
1answer
680 views

how to handle / read the response with “Transfer-Encoding:chunked”?

May i know how to handle / read the response with "Transfer-Encoding:chunked"? Currently im using common-httpclient.3.1 My current coding as followings (can handle response with content-length in ...
1
vote
1answer
775 views

How to create custom SSLSocketFactory?

I'm trying to create my own implementation of javax.net.ssl.SSLSocketFactory, in order to catch all HTTP/SSL requests, send by a third-party library, and log them. This is how the factory is called in ...
1
vote
3answers
909 views

Apache Camel Http and SSL

I have been trying to get a 2-way ssl/https proxy working with Camel. I have been able to set up the Jetty Component using 2-way ssl and am now attempting to get it working with the Http4 component ...
1
vote
1answer
813 views

apache httpclient content length issue

I am trying to post some JSON to a rest service using Apache Httpclient. However, I get this error : Exception in thread "main" org.apache.http.ProtocolException: Content-Length header already ...
1
vote
4answers
2k views

Set response encoding with HttpClient 3.1

I'm using org.apache.commons.httpclient.HttpClient and need to setup response encoding (for some reason server returns incorrect encoding in Content-Type). My way is to get response as raw bytes and ...
1
vote
2answers
906 views

Multi-part POST with file and string in HTTPClient 4.1

I need to create Multi-part POST request containing fields: update[image_title] = String update[image] = image-data itself. As you can see both are in associative array called "update". How could I do ...
1
vote
0answers
386 views

How to submit this form by httpclient?

I have a form blow <FORM method=POST action="?do=add" name="add" enctype="multipart/form-data" accept-charset="utf-8"> <INPUT class="interfaceforms" name="title"></TD></TR> ...
1
vote
2answers
711 views

org.apache.commons.httpclient.NameValuePair in post method

I'm writing some code like : PostMethod p = new PostMethod(someurl); ... NameValuePair[] data = { new NameValuePair("name1", "somevalue1"), new NameValuePair("var[3][1]", "10") }; try { ...
1
vote
0answers
1k views

Connecting to Twitter streaming API with tracks with spaces using Apache HttpClient and signpost for Oauth?

Below is some code that tries to connect to Twitter using tracks with a space ("you will"). It uses Apache HttpClient and signpost oauth in more or less the manner tweetstream4j does. I use ...
1
vote
1answer
181 views

cookie persistence with DefaultHttpClient and Swingworker

I have a swingworker class calling a method that uses DefaultHttpClient to establish a persistent connection to a secure web site. After I login and make a request to the site with an instance of ...
1
vote
2answers
833 views

Java HTTP Post Raw Data

I'm looking to make an HTTP post request given the raw data that I have. I've spent a while looking for the solution, made a handful of attempts and I'm looking for a little bit of help. The PHP code ...

1 2 3