6 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
8 Content-Type: text/html
10 Even though it's the response code that triggers authentication, we're
11 using NTLM and the server isn't, so we should fail. We know the server
12 isn't because there's no Proxy-Authorization: NTLM header
25 HTTP GET asking for --proxy-ntlm when some other authentication is required
28 http://%HOSTIP:%HTTPPORT/162 --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm --fail
32 # Verify data after the test has been "shot"
38 GET http://%HOSTIP:%HTTPPORT/162 HTTP/1.1
39 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
40 User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
41 Host: %HOSTIP:%HTTPPORT
44 Proxy-Connection: Keep-Alive