&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
httpclient
0
votes
1
answer
45
views
Apache's HttpClient falls asleep in Swing application
I faced very strange problem. Writing an application to download some data from Internet with proxy server support I decided to use Apache's…
java
apache
swing
httpclient
asked
June 24, 2011 2:49 pm CDT
Nebulus 6
0
votes
0
answers
41
views
Apache HttpClient POST does not work with entity
I developed a simple Java socket-based web server which can read the request from a client. For the client I use the Apache HttpClient library with…
apache
entity
httpclient
http-post
commons-httpclient
asked
June 23, 2011 12:42 pm CDT
Benny Neugebauer
0
votes
1
answer
56
views
Java HttpClient error for no SSL certificate found, using certificate as String within code?
I'm a bit confused in trying to use HttpClient to call an https site that uses a self-signed certificate. I have the code like below, which is…
java
ssl
https
httpclient
asked
June 23, 2011 11:28 am CDT
Rick
0
votes
3
answers
41
views
HttpClient+SSL from Glassfish
I'm trying to download a simple page from an SSL secured webpage. I'm using HtmlUnit for that task (which wraps around HttpClient). The webpage I'm…
java
ssl
glassfish
httpclient
htmlunit
asked
June 21, 2011 5:20 am CDT
Max
0
votes
0
answers
33
views
NullPointerException when creating an SSL-Socket
In my app I'm communicating with an webservice over SSL. Because I use a multipart entity which is not supported by android by default I included…
android
ssl
nullpointerexception
httpclient
asked
June 17, 2011 5:02 am CDT
Tom
1
vote
0
answers
33
views
Sun.net.www.http.HttpClient memory leak in Tomcat 6
I'm using Tomcat 6.0.18 . After undeployemnt of my app, HttpClient appears to be holding a reference to WebappClassLoader , hence causing the memory…
tomcat
memory-leaks
httpclient
asked
June 16, 2011 3:46 am CDT
IgorB
0
votes
1
answer
22
views
Accessing an iframe page through Apache's HttpClient
I've been working on parsing a website but am running into problems when one of the major pages I need to parse can only be found in an iframe. I…
java
apache
iframe
httpclient
asked
June 16, 2011 2:58 am CDT
Daron
0
votes
1
answers
43
views
HttpPost not sending params once over a certain size
Here is the code: HttpClient client = new HttpClient(); PostMethod method = new PostMethod(SERVER_URL); NameValuePair[] data = { new…
java
http
httpclient
postmethod
asked
June 14, 2011 9:00 pm CDT
Artilheiro
0
votes
2
answers
26
views
Python httplib and POST
I am currently working with a piece of code that has been written by somebody else. It uses httplib to make requests to server. It has all the data…
python
http
httpclient
httplib
envjs
asked
June 10, 2011 6:12 pm CDT
julkiewicz
0
votes
1
answers
53
views
How to handle the session in HttpClient 4.1
I am using the HttpClient 4.1.1 to test my server's REST API. i can manage to login seem to work fine but when i try to do anything else i am…
http
authentication
servlets
httpclient
apache-commons
asked
June 7, 2011 6:03 pm CDT
special0ne
-1
votes
2
answers
43
views
HttpClient crashes on DefaultHttpClient creation
Ive been trying(failing) to use the HttpClient library to send http requests to a webservice and ive just made a simply class to test out a get…
java
web-services
apache
httpclient
asked
June 6, 2011 11:33 am CDT
Fish Lame
1
vote
3
answers
35
views
Http java file download problem
Trying to download file with apache httpclient library and have a problem with resulting file being smaller than the original (approximately…
java
http
url
download
httpclient
asked
June 1, 2011 4:24 am CDT
artjomka
1
vote
2
answers
57
views
Using HttpClient to POST to Form but Getting SSLPeerUnverifiedException yet browser Works Fine
Hi! Using HttpClient 4.1.0, we're trying to connect to a remote server that normally would be connected to using a form. By the way, this will be…
java
ssl
httpclient
asked
May 29, 2011 11:40 am CDT
finneycanhelp
0
votes
2
answers
62
views
Authentication Error when using HttpPost with DefaultHttpClient on Android
Hi, I'm running into a strange problem using HttpClient. I am using a DefaultHttpClient() with HttpPost. I was using HttpGet with 100% success but…
android
https
httpclient
http-post
http-get
asked
May 24, 2011 12:32 pm CDT
Infiniti Fizz
0
votes
1
answers
69
views
Java httpclient 4.1 how to send post request with configurable port
wow , i just can't find any working httpclient 4.1 example , to send post request with Not default port but configurable port , i have this code but…
java
https
httpclient
asked
May 23, 2011 7:07 am CDT
user63898
0
votes
0
answers
42
views
Java HttpClient 4.1.1 do https requests without any public key file
Hi i like to send simple https request. without using any key generated. was reading few posts here in stack .. but still didn't find any answer
java
ssl
httpclient
asked
May 23, 2011 3:48 am CDT
user63898
0
votes
0
answers
36
views
Regarding HTTPClient : How to get the HTTP request posted by the native browser
Hi, Is it possible to get all the HTTP URL request triggered by the browser (Apache) from my client application ? If then, can you please tell me…
android
http
url
request
httpclient
asked
May 19, 2011 6:31 am CDT
Vijayan
0
votes
1
answer
37
views
HttpClient in java
Hello, I want to use a simple HttpClient. However, it appears sun.net.www.http.HttpClient is unaccessible. Also, com.ibm.ws.http.HTTPConnection -…
java
http
httpclient
asked
May 18, 2011 5:11 pm CDT
computeAlot
0
votes
2
answers
44
views
Problems when reusing a org.apache.commons.httpclient.methods.PostMethod object
I've noticed that if I reuse a PostMethod object by calling setRequestEntity(...), there are errors on the server side because the request is not…
java
apache
httpclient
asked
May 11, 2011 6:20 pm CDT
jonderry
0
votes
1
answers
43
views
Problem gzipping HttpPost body using Apache Client 4.1.1
I need to send a HTTPPost with body gzipped, the server accepts non gzipped data also but would prefer it gzipped, so Im trying to convert some…
java
http
httpclient
http-post
asked
May 11, 2011 5:12 am CDT
user294896
Pages
:
1
|
2
|
3
|
4
>
66
httpclient
Tagged:
httpclient
Related Tags
java
× 37
apache
× 23
http
× 21
ssl
× 15
android
× 15
https
× 7
tomcat
× 4
ssl-certificate
× 4
.net
× 4
url
× 3
sockets
× 3
commons-httpclient
× 3
c#
× 3
http-post
× 3
cookies
× 2
iis
× 2
post
× 2
authentication
× 2
handshake
× 2
apache-commons
× 2
servlets
× 2
encoding
× 1
keep-alive
× 1
logging
× 1
user-agent
× 1
jetty
× 1
image
× 1
web-crawler
× 1
envjs
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy