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> 21Mime 22NTLM 23SSL 24!SSPI 25proxy 26</features> 27<name> 28HTTP POST with --proxy-ntlm and no SSL with no response 29</name> 30<command> 31http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value" 32</command> 33</client> 34 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38POST http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1 39Host: a.galaxy.far.far.away 40Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= 41User-Agent: curl/%VERSION 42Accept: */* 43Proxy-Connection: Keep-Alive 44Content-Length: 0 45 46</protocol> 47# 52 is CURLE_GOT_NOTHING 48<errorcode> 4952 50</errorcode> 51</verify> 52</testcase> 53