xref: /curl/tests/data/test2060 (revision e3461bbd)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP PUT
6HTTP proxy
7HTTP Digest auth
8Resume
9Content-Range
10CUSTOMREQUEST
11</keywords>
12</info>
13
14# Server-side
15<reply>
16<data>
17HTTP/1.1 100 Continue
18Server: Microsoft-IIS/5.0
19Date: Sun, 03 Apr 2005 14:57:45 GMT
20X-Powered-By: ASP.NET
21
22HTTP/1.1 401 authentication please swsbounce
23Server: Microsoft-IIS/6.0
24WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-512-256", nonce="1053604144"
25Content-Type: text/html; charset=iso-8859-1
26Content-Length: 0
27
28</data>
29<data1000>
30HTTP/1.1 200 A OK
31Server: Microsoft-IIS/6.0
32Content-Type: text/html; charset=iso-8859-1
33Content-Length: 3
34
35ok
36</data1000>
37
38<datacheck>
39HTTP/1.1 100 Continue
40Server: Microsoft-IIS/5.0
41Date: Sun, 03 Apr 2005 14:57:45 GMT
42X-Powered-By: ASP.NET
43
44HTTP/1.1 401 authentication please swsbounce
45Server: Microsoft-IIS/6.0
46WWW-Authenticate: Digest realm="testrealm", algorithm="SHA-512-256", nonce="1053604144"
47Content-Type: text/html; charset=iso-8859-1
48Content-Length: 0
49
50HTTP/1.1 200 A OK
51Server: Microsoft-IIS/6.0
52Content-Type: text/html; charset=iso-8859-1
53Content-Length: 3
54
55ok
56</datacheck>
57
58</reply>
59
60# Client-side
61<client>
62#
63<server>
64http
65</server>
66<features>
67!SSPI
68crypto
69proxy
70sha512-256
71</features>
72<name>
73HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false
74</name>
75<command>
76http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x  http://%HOSTIP:%HTTPPORT -C 2 -X GET
77</command>
78<file name="%LOGDIR/%TESTNUMBER">
79test
80</file>
81</client>
82
83# Verify data after the test has been "shot"
84<verify>
85<protocol>
86GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
87Host: %HOSTIP:%HTTPPORT
88Content-Range: bytes 2-4/5
89User-Agent: curl/%VERSION
90Accept: */*
91Proxy-Connection: Keep-Alive
92Content-Length: 0
93
94GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
95Host: %HOSTIP:%HTTPPORT
96Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="691867f4a06c79fd0a175c1857e3df7015f6fff3ce8676497d2f1f805b5a8eca", algorithm=SHA-512-256
97Content-Range: bytes 2-4/5
98User-Agent: curl/%VERSION
99Accept: */*
100Proxy-Connection: Keep-Alive
101Content-Length: 3
102
103st
104</protocol>
105</verify>
106</testcase>
107