12 HTTP/1.1 401 Authorization Required swsclose
13 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
14 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
15 Content-Type: text/html; charset=iso-8859-1
18 This is not the real page
21 # This is supposed to be returned when the server gets a
22 # Authorization: Digest line passed-in from the client
24 HTTP/1.1 200 OK swsclose
25 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
26 Content-Type: text/html; charset=iso-8859-1
29 This IS the real page!
33 HTTP/1.1 401 Authorization Required swsclose
34 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
35 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
36 Content-Type: text/html; charset=iso-8859-1
39 HTTP/1.1 200 OK swsclose
40 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
41 Content-Type: text/html; charset=iso-8859-1
44 This IS the real page!
58 HTTP with Digest authorization
61 http://%HOSTIP:%HTTPPORT/64 -u testuser:testpass --digest
65 # Verify data after the test has been "shot"
72 Host: %HOSTIP:%HTTPPORT
76 Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/64", response="c55f7f30d83d774a3d2dcacf725abaca"
77 User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
78 Host: %HOSTIP:%HTTPPORT