Jitesh,
> AuthScope authscope = new AuthScope("http://servername/index.html",80);
Authentication scope is meant to apply to hosts not URLs. Use the target
host name instead of the target url and this should do the trick
AuthScope authscope = new AuthScope("servername",80);
Hope this helps
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
