14 HTTP/1.1 407 We only deal with NTLM my friend
15 Server: Microsoft-IIS/5.0
16 Content-Type: text/html; charset=iso-8859-1
18 Proxy-Authenticate: NTLM
20 This is not the real page either!
33 HTTP with proxy requiring NTLM, but we send Basic
36 http://%HOSTIP:%HTTPPORT/82 --proxy-user testuser:testpass -x http://%HOSTIP:%HTTPPORT
40 # Verify data after the test has been "shot"
46 GET http://%HOSTIP:%HTTPPORT/82 HTTP/1.1
47 Proxy-Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
48 User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
49 Host: %HOSTIP:%HTTPPORT
52 Proxy-Connection: Keep-Alive