13 # The stupid test server doesn't response anything at all until the full
14 # request has been sent, and then of course the full POST has already been
17 HTTP/1.1 407 no, tell me who you are first
18 Date: Thu, 09 Nov 2010 14:49:00 GMT
19 Server: test-server/fake
20 Proxy-Authenticate: Digest realm="many secrets", nonce="911"
26 Server: Microsoft-IIS/6.0
27 Content-Type: text/html; charset=iso-8859-1
33 HTTP/1.1 407 no, tell me who you are first
34 Date: Thu, 09 Nov 2010 14:49:00 GMT
35 Server: test-server/fake
36 Proxy-Authenticate: Digest realm="many secrets", nonce="911"
40 Server: Microsoft-IIS/6.0
41 Content-Type: text/html; charset=iso-8859-1
58 HTTP POST multipart with Expect: header using proxy anyauth (Digest)
61 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/259 -F name=daniel -F tool=curl -F file=@log/test259.txt -U uuuser:pppassword --proxy-anyauth
63 # We create this file before the command is invoked!
64 <file name="log/test259.txt">
71 # Verify data after the test has been "shot"
74 ^(User-Agent:|Content-Type: multipart/form-data;|------).*
77 POST http://remotehost:54321/we/want/259 HTTP/1.1
78 User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3
79 Host: remotehost:54321
82 Proxy-Connection: Keep-Alive
85 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
87 ------------------------------7c633d5c27ce
88 Content-Disposition: form-data; name="name"
91 ------------------------------7c633d5c27ce
92 Content-Disposition: form-data; name="tool"
95 ------------------------------7c633d5c27ce
96 Content-Disposition: form-data; name="file"; filename="test259.txt"
97 Content-Type: text/plain
103 ------------------------------7c633d5c27ce--
104 POST http://remotehost:54321/we/want/259 HTTP/1.1
105 User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3
106 Proxy-Authorization: Digest username="uuuser", realm="many secrets", nonce="911", uri="/we/want/259", response="b479994d13e60f3aa192a67c5892ddc5"
107 Host: remotehost:54321
110 Proxy-Connection: Keep-Alive
113 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
115 ------------------------------7c633d5c27ce
116 Content-Disposition: form-data; name="name"
119 ------------------------------7c633d5c27ce
120 Content-Disposition: form-data; name="tool"
123 ------------------------------7c633d5c27ce
124 Content-Disposition: form-data; name="file"; filename="test259.txt"
125 Content-Type: text/plain
131 ------------------------------7c633d5c27ce--