Hello,
I will be grateful for any kind of help...

The authentication site is:
https://www.ChangeIP.com/nic/update
But httpclient always searches for authentication at:
https://www.ChangeIP.com/

This results in authentication failure.
Even though I declare 
connectTo =https://www.ChangeIP.com/nic/update
 new AuthScope(connectTo, 443, realm)
httpclient stops at https://www.ChangeIP.com/ and wait for authentication.

Now my question is;
how do I let httpclient to use hhttps://www.ChangeIP.com/nic/update
instead of https://www.ChangeIP.com/ to search for authentication before the 
GET actually comes ?

Thanks in advance

Bashiro
Drammen-Norway

 

_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com



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

Reply via email to