Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git] / curl / tests / data / test170
blobec9116a672b198efeb742033f8fc5e39c5157486
1 <testcase>
2 # Server-side
3 <reply>
4 </reply>
6 # Client-side
7 <client>
8 <server>
9 http
10 </server>
11 <features>
12 NTLM
13 </features>
14  <name>
15 HTTP POST with --proxy-ntlm and no SSL with no response
16  </name>
17  <command>
18 http://a.galaxy.far.far.away/170 --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value"
19 </command>
20 </client>
22 # Verify data after the test has been "shot"
23 <verify>
24 <strip>
25 ^User-Agent: curl/.*
26 </strip>
27 <protocol>
28 POST http://a.galaxy.far.far.away/170 HTTP/1.1\r
29 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=\r
30 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 libidn/0.4.3\r
31 Host: a.galaxy.far.far.away\r
32 Pragma: no-cache\r
33 Accept: */*\r
34 Proxy-Connection: Keep-Alive\r
35 Content-Length: 0\r
37 </protocol>
38 # 52 is CURLE_GOT_NOTHING
39 <errorcode>
41 </errorcode>
42 </verify>
43 </testcase>