Hi All,
I am creating an instance of AuthScope by using following constructor: new AuthScope (hostName, port, newRealm, newAuthScheme); And then setting this AuthScope on HttpState by using following statement: httpState.setCredentials (authScope, userCredentials); I want to retrieve the AuthScope details from HttpState. How can I achieve this? Can anybody help me in this regard? Regards, Lalit
