
81
Digest authentication
username: user authenticating herself
realm: several per user, used also for display
nonce: copied into Authorization
opaque: copied into Authorization
uri: original request URL
response: 32 hex digits:
KD (H(
), nonce-value : H( ))
for MD5: H(H(
) : nonce-value : H( )))
where
= username : realm : passwd
= method : uri
Comentários a estes Manuais