| HTTP/1.1 401 Authorization Required swsclose
|
| Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
| WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
|
| Content-Type: text/plain; charset=iso-8859-1
|
| This is not the real page |
| # This is supposed to be returned when the server gets a |
| # Authorization: Digest line passed-in from the client |
| # Send nothing to force an error code 52 reply |
| HTTP/1.1 401 Authorization Required swsclose
|
| Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
| WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
|
| Content-Type: text/plain; charset=iso-8859-1
|
| HTTP retry after closed connection and empty response |
| http://%HOSTIP:%HTTPPORT/1079 -u testuser:testpass --digest |
| # Verify data after the test has been "shot" |
| Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/1079", response="e340c7cdca0950462070f46ee139e9f7"
|