David Castañeda wrote:
Oleg as always your help is great....

can I ask you why setAuthorizationPreemptive(true) doesn't work when
configuring NTCredentials.... ???

:)
I'll give my apport later to the project as soon as I can get some time....

David,
This is because only Basic authentication scheme (well, and _theoretically_ Digest authentication provided certain conditions are met) can be used for preemptive authentication. NTLM authentication cannot be used preemptively due to its (supposedly more secure) design.

Oleg


On 9/13/06, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:

David Castañeda wrote:
> A little question.... if I ask for proxy configuration to Java Plug In
>
> it returns something like...*
>
> HTTP @ PROXYALGO/192.168.10.20:8080
>
> when configuring proxy information in httpclient do I need to pass as
the
> host...
>
> **PROXYALGO/192.168.10.20
>
> or
>
> **192.168.10.20
>
>
David ,

You should be using either the DNS name (PROXYALGO) or the IP address
(192.168.10.20)

> and just in case anybody knows..... why some proxies returns
> ****PROXYALGO/
> while others not... is this the domain because is a windows machine
> the one
> that returns the address like this...
>
I suppose that depends on the DNS entry setup for that particular server.

Oleg

> thanks a lot...
> **
> *


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to