Joshua Preston wrote: > Bashiro, > > Check Roland's link, but also, be aware that if you're not using HTTPS, > you'll need to change the 443 in the "new AuthScope" to 80. Also, make > sure the realm is proper, which by looking at it appears to be "No-IP > DNS Update API".
And if you want preemptive authentication to work, don't create an AuthScope at all. Use AuthScope.ANY instead, or at least pass AuthScope.ANY_REALM (null) as the realm. http://hc.apache.org/httpclient-3.x/xref/org/apache/commons/httpclient/auth/AuthScope.html#61 cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
