Louis-Charles - 2009-03-25 15:30:45
I have written a PHP client that access a REST web service that require Digest Authentication.
While stressing the server, I notice on the server log that every request ask for Authentication (401). Then the correct call is done.
If I test the web service with Firefox, the first request ask for Authentication and subsequent requests use the same nonce and are successful. There's an expiration for the nonce and after a few requests a new nonce is return by the server.
When Digest Authentication is detected, is it possible to reuse the last nonce by default when sending another request?