Tagged Questions

HttpClient may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.

learn more… | top users | synonyms

39
votes
8answers
37k views

Trusting all certificates using HttpClient over HTTPS

Recently posted a question regarding the HttpClient over Https (found here). I've made some headway, but I've run into new issues. As with my last problem, I can't seem to find an example anywhere ...
19
votes
4answers
9k views

Exception using HttpRequest.execute(): Invalid use of SingleClientConnManager: connection still allocated

I'm using google-api-client-java 1.2.1-alpha to execute a POST request, and am getting the following stacktrace when I execute() the HttpRequest. It happens immediately after I catch and ignore a ...
17
votes
5answers
34k views

Accepting a certificate for HTTPs on Android

I'm trying to make Https connections on the Android phones, using HttpClient. Trouble is that since the certificate isn't signed I keep getting "javax.net.ssl.SSLException: Not trusted server ...
17
votes
7answers
36k views

HttpClient and SSL

I know, there are many different questions and so many answers about this problem... But I can't understand... I have: ubuntu-9.10-desktop-amd64 + NetBeans6.7.1 installed "as is" from off. rep. I ...
16
votes
2answers
4k views

HTTP Post requests using HttpClient take 2 seconds, why?

Update: Found the answer myself, see below :-) Hi, I'am currently coding an android app that submits stuff in the background using HTTP Post and AsyncTask. I use the org.apache.http.client Package ...
15
votes
3answers
37k views

How to upload a file using Java HttpClient library working with PHP - strange problem

I want to write Java application that will upload a file to the Apache server with PHP. The Java code uses Jakarta HttpClient library version 4.0 beta2: import java.io.File; import ...
14
votes
3answers
2k views

Android HttpClient OOM on 4G/LTE (HTC Thunderbolt)

I have gotten some reports from users of crashes when try use my application on Verizon's 4G/LTE. Looking at the stack trace, it looks like Android's HttpClient.execute() implementation is throwing ...
13
votes
2answers
5k views

PostMethod setRequestBody(String) deprecated - why?

I am using Apache Commons HttpClient PostMethod 3.1. In the PostMethod class there are also three methods for setting POST method's request body: setRequestBody(InputStream body) ...
12
votes
1answer
5k views

Android: How get the status-code of an HttpClient request

I want to download a file and need to check the response status code (ie HTTP /1.1 200 OK). This is a snipped of my code: HttpGet httpRequest = new HttpGet(myUri); HttpEntity httpEntity = null; ...
12
votes
3answers
30k views

Android JSON HttpClient to send data to PHP server with HttpResponse

I am currently trying to send some data from and Android application to a php server (both are controlled by me). There is alot of data collected on a form in the app, this is written to the ...
12
votes
2answers
16k views

How do I add query parameters to a GetMethod (using Java commons-httpclient)?

Using Apache's commons-httpclient for Java, what's the best way to add query parameters to a GetMethod instance? If I'm using PostMethod, it's very straightforward: PostMethod method = new ...
10
votes
3answers
3k views

Android HttpClient persistant cookies

I have an Android application with multiple intents. The first intent is a login form, subsequent intents rely on cookies provided from the login process. The problem that I am having is that ...
10
votes
5answers
3k views

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 speed up the client/server communications (we have a php page that allows our ...
10
votes
2answers
2k views

What version of Apache HTTP Client is bundled in Android 1.6?

I want to have a seperate project that runs my server communication code in a normal JVM for the purposes of integration testing. This code uses these libraries which are build into the Android ...
10
votes
11answers
9k views

Android: Problem/bug with ThreadSafeClientConnManager downloading images

For my current application I collect images from different "event providers" in Spain. Bitmap bmp=null; HttpGet httpRequest = new HttpGet(strURL); long t = System.currentTimeMillis(); ...
9
votes
2answers
9k views

Android HttpClient and HTTPS

I'm new to implementing HTTPS connections in Android. Essentially, I'm trying to connect to a server using the org.apache.http.client.HttpClient. I believe, at some point, I'll need to access the ...
9
votes
3answers
3k views

Python urllib2 Progress Hook

I am trying to create a download progress bar in python using the urllib2 http client. I've looked through the API (and on google) and it seems that urllib2 does not allow you to register progress ...
8
votes
2answers
6k views

Using Apache httpclient for https

I have enabled https in tomcat and have a self-signed certificate for server auth. I have created an http client using Apache httpClient. I have set a trust manager loading the server certificate. The ...
8
votes
5answers
6k views

Android HttpClient - hostname in certificate didn't match <example.com> != <*.example.com>

I'm using HttpClient on Android to connect to https://someUrl.com/somePath. The problem is that the site's certificate is for *.someUrl.com, not someUrl.com, so I get an SSLException. Lame on the part ...
8
votes
4answers
10k views

How to ignore SSL certificate errors in Apache HttpClient 4.0

How do I bypass invalid SSL certificate errors with Apache HttpClient 4.0?
8
votes
2answers
8k views

HttpClient 4 - how to capture last redirect URL

I have rather simple HttpClient 4 code that calls HttpGet to get HTML output. The HTML returns with scripts and image locations all set to local (e.g. <img src="/images/foo.jpg"/>) so I need ...
8
votes
4answers
12k views

Best Practice to Use HttpClient in Multithreaded Environment

All the while, I am using HttpClient in multithreaded environment. For every threads, when they initiate a connection, they will create a complete new HttpClient instance. Recently, I discover, by ...
8
votes
4answers
6k views

httpclient vs httpurlconnection

Wich are the main differences between the two? thanks
7
votes
1answer
2k views

Reusing SSL Sessions in Android with HttpClient

I'm having a lot of difficulty resuming an SSL session on Android using HttpClient. I'm polling a server every 90 seconds (it's for industrial devices with one function only), so I need to resume the ...
7
votes
3answers
6k views

Android session management

Is there a specific library for Android session management? I need to manage my sessions in a normal Android app. not in WebView. I can set the session from my post method. But when I send another ...
7
votes
7answers
4k views

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) and I'm using the org.apache.http.client.HttpClient to do so. This is ...
7
votes
3answers
15k views

HttpGet with HTTPS : SSLPeerUnverifiedException

Using HttpClient, I receive the following error when attempting to communicate over HTTPS: Exception in thread "main" javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated. URI loginUri = ...
6
votes
2answers
2k views

Using Cookies across Activities when using HttpClient

I'm trying a simple app to read in the HTML of a website, and tranform it to create an easily readable UI in Android (This is an exersize in learning android, not to make a useable app). The problem ...
6
votes
1answer
1k views

Android HttpClient Doesn't Use System Proxy Settings

When I create a DefaultHttpClient object and try to hit a webpage, the request isn't routed through the proxy I specified in Settings. Looking through the API docs, I don't see anywhere where I can ...
6
votes
3answers
3k views

Really weird HTTP client using TcpClient in C#

I am implementing a really simple HTTP Client that just connects to a web server and gets it's default homepage. Here it is and it works nice: using System; using System.Net.Sockets; namespace ...
6
votes
1answer
5k views

Apache HttpClient 4.0-beta2 httppost, how to add a referer?

I'm trying to add a referer to an http post in Apache HttpClient (httpclient-4.0-beta2). I found some sample code that does this. The code works, but I'm wondering if there is not a simpler, more ...
5
votes
2answers
431 views

Where should I start investigating SocketTimeoutException: Read timed out

Every now and then I see following stacktrace in the log in which, HttpClient socket times out trying to access text/script content from another server. My question is what config settings should I ...
5
votes
2answers
479 views

Ruby - net/http - following redirects

I've got a URL I'm using HTTP GET to pass a query along to a page. I've tried several different solutions; HTTPClient, net/http, Rest-Client, Patron... What happens with the most recent flavor in ...
5
votes
3answers
3k views

Using HttpClient and HttpPost in Android with post parameters

I'm writing code for an Android application that is supposed to take data, package it as Json and post it to a web server, that in turn is supposed to respond with json. Using a GET request works ...
5
votes
2answers
672 views

Reuse asynchronous socket: subsequent connect attempts fail

I'm trying to reuse a socket in an asynchronous HTTP client, but I'm not able to connect to the host the second time around. I basically treat my asynchronous HTTP client as a state machine with the ...
5
votes
2answers
465 views

Alternatives to Apache HttpComponents?

So, I've come to the conclusion that Apache HttpComponents 4 is one of the most overwrought APIs I've ever come across. Things that seem like they should be simple are taking hundreds of lines of ...
5
votes
2answers
1k views

Cancelling file download with httpclient and asynctask

In my app I need to download files from url locations. I want to display progress of the download in a dialogbox (or optionally in the notification area). I've come across several good resources on ...
5
votes
3answers
958 views

HttpClient memory management

I have an application that has a thread pool (ThreadPoolExecutor) that is handed tasks that each perform a HttpGet operation and read the InputStream into a byte[] to do something with. After reading ...
5
votes
1answer
737 views

Http request with node?

How do I make a Http request with node.js that is equivalent to this code: curl -X PUT http://localhost:3000/users/1
5
votes
4answers
5k views

Preemptive Basic authentication with Apache HttpClient 4

Is there an easier way to setup the http client for preemptive basic authentication than what described here? In previous version (3.x) it used to be a simple method call (eg, ...
5
votes
3answers
10k views

Login to facebook in android using REST API

I develop facebook application in android i want to log in to facebook via HTTPClient , teh user give me username and password and then i connect to facebook.com/login i want to make like this code ...
4
votes
2answers
416 views

WebView, add local .CSS file to an HTML page?

In android i'm using WebView to display a part of a webpage wich I fetched from the internet using HttpClient from Apache. To only have the part I want from the html, I use Jsoup. String htmlString ...
4
votes
2answers
250 views

Does Android support multiple HTTP requests at the same time?

In my app I'd like to handle downloading of several files at the same time. To do so I'm starting several services, one for each request. As I'm not sure, does Android support simultaneous http ...
4
votes
3answers
201 views

Does HttpGet handle coockies automatically?

I would like to preserve a session while connecting to server using HttpGet and I need to understand how it handles cookies. The server developer says that he handles all cookies stuff by himself. I ...
4
votes
2answers
104 views

What's the optimal way to handle a HttpClient on Android?

I can find loads of tutorials that show how should a HttpClient constructed and used in a simple case. But I fail to find any decent documentation for more complex cases. In my app, I have a bunch of ...
4
votes
1answer
340 views

Apache HttpClient 4.0 failing to timeout for socket on Android

I'm working on an Android application that requires the use of HttpClient in order to upload a file from the Android device to a web server. The file I'm uploading can reach sizes up to 1 Gb, and so ...
4
votes
3answers
175 views

How to get JSON data in chunks to report on progress?

I need to download contact data via a REST API, which I get in JSON format. Issue is, it might be many many contacts, so I want to observe the progress (how many contacts have already been downloaded) ...
4
votes
1answer
330 views

Java HttpClient problem with Cookies

I use Apache HttpClient to first Request a page for the Cookies, and then post to a page with those Cookies. To be able to get the second page, the Cookie must be sent with the post. I've read ...
4
votes
2answers
726 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 ...

1 2 3 4 5 19