15 # this is returned first since we get no proxy-auth
17 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
\r
18 Proxy-Authenticate: NTLM
\r
20 And you should ignore this data.
23 # then this is returned since we get no server-auth
25 HTTP/1.1 200 Authorizated fine
\r
28 Welcome to the end station
32 HTTP/1.1 407 NTLM type-1 received sending back type-2
\r
33 Server: Microsoft-IIS/5.0
\r
35 Content-Type: text/html; charset=iso-8859-1
\r
36 Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
\r
38 This is not the real page either!
41 # This is supposed to be returned when the server gets the second
42 # Authorization: NTLM line passed-in from the client
44 HTTP/1.1 401 You now need to authenticate with the host
\r
45 Server: Microsoft-IIS/5.0
\r
46 WWW-Authenticate: Digest realm="r e a l m", nonce="abcdef"
\r
48 Content-Type: text/html; charset=iso-8859-1
\r
50 We have not authenticated with the server yet
54 HTTP/1.1 407 NTLM type-1 received sending back type-2
\r
55 Server: Microsoft-IIS/5.0
\r
57 Content-Type: text/html; charset=iso-8859-1
\r
58 Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
\r
60 HTTP/1.1 401 You now need to authenticate with the host
\r
61 Server: Microsoft-IIS/5.0
\r
62 WWW-Authenticate: Digest realm="r e a l m", nonce="abcdef"
\r
64 Content-Type: text/html; charset=iso-8859-1
\r
66 HTTP/1.1 200 Authorizated fine
\r
69 Welcome to the end station
82 HTTP with proxy-requiring-NTLM to site-requiring-Digest
85 http://data.from.server.requiring.digest.hohoho.com/169 --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm --digest --user digest:alot
89 # Verify data after the test has been "shot"
94 # We strip off a large chunk of the type-2 NTLM message since it depends on
95 # the local host name and thus differs on different machines!
97 s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAAAwADAHAAAAA).*/$1/
100 GET http://data.from.server.requiring.digest.hohoho.com/169 HTTP/1.1
\r
101 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
\r
102 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
\r
103 Host: data.from.server.requiring.digest.hohoho.com
\r
106 Proxy-Connection: Keep-Alive
\r
108 GET http://data.from.server.requiring.digest.hohoho.com/169 HTTP/1.1
\r
109 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAAAwADAHAAAAA
110 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
\r
111 Host: data.from.server.requiring.digest.hohoho.com
\r
114 Proxy-Connection: Keep-Alive
\r
116 GET http://data.from.server.requiring.digest.hohoho.com/169 HTTP/1.1
\r
117 Authorization: Digest username="digest", realm="r e a l m", nonce="abcdef", uri="/169", response="95d48591985a03c4b49cb962aa7bd3e6"
\r
118 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
\r
119 Host: data.from.server.requiring.digest.hohoho.com
\r
122 Proxy-Connection: Keep-Alive
\r