2003-09-15 17:11:47 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2004-03-05 07:54:18 -05:00
|
|
|
<servercmd>
|
|
|
|
auth_required
|
|
|
|
</servercmd>
|
2003-09-15 17:11:47 -04:00
|
|
|
<data>
|
|
|
|
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/html; charset=iso-8859-1
|
2004-04-19 04:41:36 -04:00
|
|
|
Connection: close
|
2003-09-15 17:11:47 -04:00
|
|
|
|
|
|
|
This is not the real page
|
|
|
|
</data>
|
|
|
|
|
|
|
|
# This is supposed to be returned when the server gets a
|
|
|
|
# Authorization: Digest line passed-in from the client
|
|
|
|
<data1000>
|
|
|
|
HTTP/1.1 200 OK swsclose
|
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2004-04-19 04:41:36 -04:00
|
|
|
Connection: close
|
2003-09-15 17:11:47 -04:00
|
|
|
|
|
|
|
This IS the real page!
|
|
|
|
</data1000>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
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/html; charset=iso-8859-1
|
2004-04-19 04:41:36 -04:00
|
|
|
Connection: close
|
2003-09-15 17:11:47 -04:00
|
|
|
|
|
|
|
HTTP/1.1 200 OK swsclose
|
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2004-04-19 04:41:36 -04:00
|
|
|
Connection: close
|
2003-09-15 17:11:47 -04:00
|
|
|
|
2004-11-29 07:01:07 -05:00
|
|
|
This IS the real page!
|
2003-09-15 17:11:47 -04:00
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP PUT with Digest authorization
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/88 -T log/put88 -u testuser:testpass --digest
|
2003-09-15 17:11:47 -04:00
|
|
|
</command>
|
|
|
|
<file name="log/put88">
|
|
|
|
This is data we upload with PUT
|
|
|
|
a second line
|
|
|
|
line three
|
|
|
|
four is the number of lines
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
2004-11-24 11:11:35 -05:00
|
|
|
PUT /88 HTTP/1.1
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2003-09-15 17:11:47 -04:00
|
|
|
Pragma: no-cache
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2004-11-24 11:11:35 -05:00
|
|
|
Content-Length: 0
|
|
|
|
Expect: 100-continue
|
2003-09-15 17:11:47 -04:00
|
|
|
|
|
|
|
PUT /88 HTTP/1.1
|
|
|
|
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/88", response="78a49fa53d0c228778297687d4168e71"
|
|
|
|
User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2003-09-15 17:11:47 -04:00
|
|
|
Pragma: no-cache
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-09-15 17:11:47 -04:00
|
|
|
Content-Length: 85
|
2004-03-05 07:54:18 -05:00
|
|
|
Expect: 100-continue
|
2003-09-15 17:11:47 -04:00
|
|
|
|
|
|
|
This is data we upload with PUT
|
|
|
|
a second line
|
|
|
|
line three
|
|
|
|
four is the number of lines
|
|
|
|
</protocol>
|
|
|
|
</verify>
|