• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
22SSL
23!SSPI
24proxy
25</features>
26 <name>
27HTTP POST with --proxy-ntlm and no SSL with no response
28 </name>
29 <command>
30http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value"
31</command>
32</client>
33
34# Verify data after the test has been "shot"
35<verify>
36<protocol>
37POST http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1
38Host: a.galaxy.far.far.away
39Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
40User-Agent: curl/%VERSION
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