1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP POST
6HTTP proxy
7HTTP proxy NTLM auth
8</keywords>
9</info>
10
11# Server-side
12<reply>
13</reply>
14
15# Client-side
16<client>
17<server>
18http
19</server>
20<features>
21NTLM
22</features>
23 <name>
24HTTP POST with --proxy-ntlm and no SSL with no response
25 </name>
26 <command>
27http://a.galaxy.far.far.away/170 --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value"
28</command>
29</client>
30
31# Verify data after the test has been "shot"
32<verify>
33<strip>
34^User-Agent: curl/.*
35</strip>
36<protocol>
37POST http://a.galaxy.far.far.away/170 HTTP/1.1
38Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
39User-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
40Host: a.galaxy.far.far.away
41Accept: */*
42Proxy-Connection: Keep-Alive
43Content-Length: 0
44
45</protocol>
46# 52 is CURLE_GOT_NOTHING
47<errorcode>
4852
49</errorcode>
50</verify>
51</testcase>
52