test88, doing PUT with --digest now works
This commit is contained in:
@@ -23,4 +23,4 @@ test58 test139 test140 test141 test59 test60 test61 test142 test143 \
|
|||||||
test62 test63 test64 test65 test66 test144 test145 test67 test68 test41 \
|
test62 test63 test64 test65 test66 test144 test145 test67 test68 test41 \
|
||||||
test40 test42 test69 test70 test71 test72 test73 test146 test505 \
|
test40 test42 test69 test70 test71 test72 test73 test146 test505 \
|
||||||
test74 test75 test76 test77 test78 test147 test148 test506 test79 test80 \
|
test74 test75 test76 test77 test78 test147 test148 test506 test79 test80 \
|
||||||
test81 test82 test83 test84 test85 test86 test87 test507 test149
|
test81 test82 test83 test84 test85 test86 test87 test507 test149 test88
|
||||||
|
|||||||
80
tests/data/test88
Normal file
80
tests/data/test88
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
# Server-side
|
||||||
|
<reply>
|
||||||
|
<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
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
HTTP/1.1 200 OK swsclose
|
||||||
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
||||||
|
Content-Type: text/html; charset=iso-8859-1
|
||||||
|
|
||||||
|
This IS the real page!
|
||||||
|
</datacheck>
|
||||||
|
|
||||||
|
</reply>
|
||||||
|
|
||||||
|
# Client-side
|
||||||
|
<client>
|
||||||
|
<server>
|
||||||
|
http
|
||||||
|
</server>
|
||||||
|
<name>
|
||||||
|
HTTP PUT with Digest authorization
|
||||||
|
</name>
|
||||||
|
<command>
|
||||||
|
http://%HOSTIP:%HOSTPORT/88 -T log/put88 -u testuser:testpass --digest
|
||||||
|
</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>
|
||||||
|
PUT /88 HTTP/1.1
|
||||||
|
Host: 127.0.0.1:8999
|
||||||
|
Pragma: no-cache
|
||||||
|
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
||||||
|
|
||||||
|
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
|
||||||
|
Host: 127.0.0.1:8999
|
||||||
|
Pragma: no-cache
|
||||||
|
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
||||||
|
Content-Length: 85
|
||||||
|
|
||||||
|
This is data we upload with PUT
|
||||||
|
a second line
|
||||||
|
line three
|
||||||
|
four is the number of lines
|
||||||
|
</protocol>
|
||||||
|
</verify>
|
||||||
Reference in New Issue
Block a user