Revert "Update to 7.40.1"
[platform/upstream/curl.git] / tests / data / test259
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP FORMPOST
6 HTTP proxy
7 HTTP proxy Digest auth
8 --proxy-anyauth
9 </keywords>
10 </info>
11 # Server-side
12 <reply>
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
15 # sent!
16 <data>
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"
21 Content-Length: 0
22
23 </data>
24 <data1000>
25 HTTP/1.1 200 A OK\r
26 Server: Microsoft-IIS/6.0\r
27 Content-Type: text/html; charset=iso-8859-1\r
28 Content-Length: 3\r
29 \r
30 ok
31 </data1000>
32 <datacheck>
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"
37 Content-Length: 0
38
39 HTTP/1.1 200 A OK\r
40 Server: Microsoft-IIS/6.0\r
41 Content-Type: text/html; charset=iso-8859-1\r
42 Content-Length: 3\r
43 \r
44 ok
45 </datacheck>
46
47 </reply>
48
49 # Client-side
50 <client>
51 <server>
52 http
53 </server>
54 <features>
55 crypto
56 </features>
57  <name>
58 HTTP POST multipart with Expect: header using proxy anyauth (Digest)
59  </name>
60  <command>
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
62 </command>
63 # We create this file before the command is invoked!
64 <file name="log/test259.txt">
65 foo-
66 This is a moo-
67 bar
68 </file>
69 </client>
70
71 # Verify data after the test has been "shot"
72 <verify>
73 <strip>
74 ^(User-Agent:|Content-Type: multipart/form-data;|------).*
75 </strip>
76 <protocol>
77 POST http://remotehost:54321/we/want/259 HTTP/1.1\r
78 User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3\r
79 Host: remotehost:54321\r
80 Accept: */*\r
81 Proxy-Connection: Keep-Alive\r
82 Content-Length: 409\r
83 Expect: 100-continue\r
84 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce\r
85 \r
86 ------------------------------7c633d5c27ce\r
87 Content-Disposition: form-data; name="name"\r
88 \r
89 daniel\r
90 ------------------------------7c633d5c27ce\r
91 Content-Disposition: form-data; name="tool"\r
92 \r
93 curl\r
94 ------------------------------7c633d5c27ce\r
95 Content-Disposition: form-data; name="file"; filename="test259.txt"\r
96 Content-Type: text/plain\r
97 \r
98 foo-
99 This is a moo-
100 bar
101 \r
102 ------------------------------7c633d5c27ce--\r
103 POST http://remotehost:54321/we/want/259 HTTP/1.1\r
104 User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3\r
105 Proxy-Authorization: Digest username="uuuser", realm="many secrets", nonce="911", uri="/we/want/259", response="b479994d13e60f3aa192a67c5892ddc5"\r
106 Host: remotehost:54321\r
107 Accept: */*\r
108 Proxy-Connection: Keep-Alive\r
109 Content-Length: 409\r
110 Expect: 100-continue\r
111 Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce\r
112 \r
113 ------------------------------7c633d5c27ce\r
114 Content-Disposition: form-data; name="name"\r
115 \r
116 daniel\r
117 ------------------------------7c633d5c27ce\r
118 Content-Disposition: form-data; name="tool"\r
119 \r
120 curl\r
121 ------------------------------7c633d5c27ce\r
122 Content-Disposition: form-data; name="file"; filename="test259.txt"\r
123 Content-Type: text/plain\r
124 \r
125 foo-
126 This is a moo-
127 bar
128 \r
129 ------------------------------7c633d5c27ce--\r
130 </protocol>
131 </verify>
132 </testcase>