Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
modules:1.2.x:www_challenge_comments [2007/04/24 10:52] – 128.179.67.121 | modules:1.2.x:www_challenge_comments [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | It will generate a **WWW-Authenticate** header field containing a digest challenge (and not < | ||
+ | The header field looks like this: | ||
+ | WWW-Authenticate: | ||
+ | |||
+ | This challenge is transmitted in a 401 (Unauthorized) reply. | ||
+ | |||
+ | The UA sends its response within the second request attempt, which contains a header field looking as follows: | ||
+ | Authorization: | ||
+ | |||
+ | [Emin Gabrielyan, 070424] |