Git init
[external/curl.git] / tests / data / test579
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP POST
6 HTTP Digest auth
7 </keywords>
8 </info>
9 #
10 # Server-side
11 <reply>
12 <data>
13 HTTP/1.1 100 Continue
14 Server: Microsoft-IIS/5.0
15 Date: Sun, 03 Apr 2005 14:57:45 GMT
16 X-Powered-By: ASP.NET
17
18 HTTP/1.1 401 authentication please swsbounce
19 Server: Microsoft-IIS/6.0
20 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144"
21 Content-Type: text/html; charset=iso-8859-1
22 Content-Length: 0
23
24 </data>
25 <data1>
26 HTTP/1.1 200 A OK
27 Server: Microsoft-IIS/6.0
28 Content-Type: text/html; charset=iso-8859-1
29 Content-Length: 3
30
31 ok
32 </data1>
33 <datacheck>
34 HTTP/1.1 100 Continue
35 Server: Microsoft-IIS/5.0
36 Date: Sun, 03 Apr 2005 14:57:45 GMT
37 X-Powered-By: ASP.NET
38
39 HTTP/1.1 401 authentication please swsbounce
40 Server: Microsoft-IIS/6.0
41 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144"
42 Content-Type: text/html; charset=iso-8859-1
43 Content-Length: 0
44
45 HTTP/1.1 200 A OK
46 Server: Microsoft-IIS/6.0
47 Content-Type: text/html; charset=iso-8859-1
48 Content-Length: 3
49
50 ok
51 </datacheck>
52 </reply>
53
54 # Client-side
55 <client>
56 <server>
57 http
58 </server>
59 # tool is what to use instead of 'curl'
60 <tool>
61 lib579
62 </tool>
63
64  <name>
65 small chunked HTTP POSTs with digest auth. and progress callback
66  </name>
67  <command>
68 http://%HOSTIP:%HTTPPORT/579 log/ip579
69 </command>
70 </client>
71
72 #
73 # Verify data after the test has been "shot"
74 <verify>
75 <file name="log/ip579" mode="text">
76 Progress callback called with UL 0 out of 0
77 Progress callback called with UL 0 out of -1
78 Progress callback called with UL 8 out of -1
79 Progress callback called with UL 16 out of -1
80 Progress callback called with UL 26 out of -1
81 Progress callback called with UL 61 out of -1
82 Progress callback called with UL 66 out of -1
83 </file>
84 </verify>
85 </testcase>