How to download from URL that requires login?

2008-10-27 Thread dahoffer
I'm new to HTTP Client. I have a URL I want to connect to (and download content) that requires user to first login with username & password. How can I do this with HTTP Client? -Dave -- View this message in context: http://www.nabble.com/How-to-download-from-URL-that-requires-login--tp2019950

Re: MultithreadedHttpConnectionManager and high loads

2008-10-27 Thread sebb
On 27/10/2008, De Groot, Cees <[EMAIL PROTECTED]> wrote: > Hi, > > We're using HC in order to access an internal high-volume service > (thousands reqs/sec), and we noticed that DefaultHttpParams is > synchronized all over the place. This kills concurrency (I have a thread > dump showing ~1200 t

MultithreadedHttpConnectionManager and high loads

2008-10-27 Thread De Groot, Cees
Hi, We're using HC in order to access an internal high-volume service (thousands reqs/sec), and we noticed that DefaultHttpParams is synchronized all over the place. This kills concurrency (I have a thread dump showing ~1200 threads waiting there ;-)), and I don't think it is necessary - it should

NTLM-Proxy authentication and SSL-target

2008-10-27 Thread Cech. Ulrich
Hello, I have a problem with SSL target over a proxy. I use the example of the HttpClient-code (4.0 beta), without an SSL-target, everything work fine. But if I change the target to port 443 and https (s. commented line), I receive the "HTTP/1.0 407 Proxy Authentication Required" from the proxy (a

ConnectException not handled in DefaultHttpMethodRetryHandler

2008-10-27 Thread Jaroslav Bielcik
Hi, i am using commons-httpclient.3.0.1 and I am sending some requests through https protocol. I have a problem with a long creation of connection if ip address of remote service is not existing. I think problem is in the situation when https connection is not created and ConnectException is throw

RE: HttpConnection.flushRequestOutputStream() sometimes lasts too long

2008-10-27 Thread Furmaniak Christophe
> -Message d'origine- > De : Oleg Kalnichevski [mailto:[EMAIL PROTECTED] > Envoyé : samedi 25 octobre 2008 14:36 > À : HttpClient User Discussion > Objet : Re: HttpConnection.flushRequestOutputStream() sometimes lasts > too long > > On Thu, 2008-10-23 at 18:43 +0200, Furmaniak Christophe w