HttpURLConnection and caching of authentication credentials
843790Oct 25 2007 — edited Oct 26 2007I am using HttpURLConnection with digest authentication. I do not want the authorization credentials remembered between requests. Is there a way to turn off this behavior or reset the AuthorizationInfo cache?