I am using HttpClient to talk to a server using digest authentication. The server in question only changes the nonce value every fifteen minutes or so. This is apparently to increase the performance by clients re-using digest requests and being authorized immediately, only being challenged when the nonce changes.
My question is, does anyone know if HttpClient can be configured to re-use its digest request information, and if so, how ? Thanks Steve Hayes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
