Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test170
blobe2d44b9cf2d68de41b74adc9d9d8b488dce1240d
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
29 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
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
31 Host: a.galaxy.far.far.away
32 Pragma: no-cache
33 Accept: */*
34 Proxy-Connection: Keep-Alive
35 Content-Length: 0
37 </protocol>
38 # 52 is CURLE_GOT_NOTHING
39 <errorcode>
41 </errorcode>
42 </verify>
43 </testcase>