Convert (most of) the test data files into genuine XML. A handful still
[platform/upstream/curl.git] / tests / data / test89
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 HTTP NTLM auth
7 followlocation
8 </keywords>
9 </info>
10 # Server-side
11 <reply>
12
13 <!-- no <data> in this test since we have NTLM from the start
14
15 This is supposed to be returned when the server gets a first
16 Authorization: NTLM line passed-in from the client -->
17
18 <data1001>
19 HTTP/1.1 401 Now gimme that second request of crap\r
20 Server: Microsoft-IIS/5.0\r
21 Content-Type: text/html; charset=iso-8859-1\r
22 Content-Length: 34\r
23 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
24 \r
25 This is not the real page either!
26 </data1001>
27
28 # This is supposed to be returned when the server gets the second
29 # Authorization: NTLM line passed-in from the client
30 <data1002>
31 HTTP/1.1 301 Things are fine in server land swsclose\r
32 Server: Microsoft-IIS/5.0\r
33 Connection: close\r
34 Location: /you/890010\r
35 \r
36 </data1002>
37
38 # This is the first reply after the redirection
39 <data1011>
40 HTTP/1.1 401 Now gimme that second round of crap\r
41 Server: Microsoft-IIS/5.0\r
42 Content-Type: text/html; charset=iso-8859-1\r
43 Content-Length: 34\r
44 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
45 \r
46 This is not the real page either!
47 </data1011>
48
49 # This is supposed to be returned when the server gets the second
50 # Authorization: NTLM line passed-in from the client
51 <data1012>
52 HTTP/1.1 200 Things are fine in server land swsclose\r
53 Server: Microsoft-IIS/5.0\r
54 Content-Type: text/html; charset=iso-8859-1\r
55 Content-Length: 32\r
56 \r
57 Finally, this is the real page!
58 </data1012>
59
60 <datacheck>
61 HTTP/1.1 401 Now gimme that second request of crap\r
62 Server: Microsoft-IIS/5.0\r
63 Content-Type: text/html; charset=iso-8859-1\r
64 Content-Length: 34\r
65 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
66 \r
67 HTTP/1.1 301 Things are fine in server land swsclose\r
68 Server: Microsoft-IIS/5.0\r
69 Connection: close\r
70 Location: /you/890010\r
71 \r
72 HTTP/1.1 401 Now gimme that second round of crap\r
73 Server: Microsoft-IIS/5.0\r
74 Content-Type: text/html; charset=iso-8859-1\r
75 Content-Length: 34\r
76 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
77 \r
78 HTTP/1.1 200 Things are fine in server land swsclose\r
79 Server: Microsoft-IIS/5.0\r
80 Content-Type: text/html; charset=iso-8859-1\r
81 Content-Length: 32\r
82 \r
83 Finally, this is the real page!
84 </datacheck>
85
86 </reply>
87
88 # Client-side
89 <client>
90 <features>
91 NTLM
92 </features>
93 <server>
94 http
95 </server>
96  <name>
97 HTTP with NTLM and follow-location
98  </name>
99  <command>
100 http://%HOSTIP:%HTTPPORT/89 -u testuser:testpass --ntlm -L
101 </command>
102 </client>
103
104 # Verify data after the test has been "shot"
105 <verify>
106 <strip>
107 ^User-Agent:.*
108 </strip>
109 # We strip off a large chunk of the type-2 NTLM message since it depends on
110 # the local host name and thus differs on different machines!
111 <strippart>
112 s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
113 </strippart>
114 <protocol>
115 GET /89 HTTP/1.1\r
116 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=\r
117 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\r
118 Host: 127.0.0.1:%HTTPPORT\r
119 Accept: */*\r
120 \r
121 GET /89 HTTP/1.1\r
122 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
123 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\r
124 Host: 127.0.0.1:%HTTPPORT\r
125 Accept: */*\r
126 \r
127 GET /you/890010 HTTP/1.1\r
128 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=\r
129 User-Agent: curl/7.10.8-pre1 (i686-pc-linux-gnu) libcurl/7.10.8-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS\r
130 Host: 127.0.0.1:%HTTPPORT\r
131 Accept: */*\r
132 \r
133 GET /you/890010 HTTP/1.1\r
134 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA
135 User-Agent: curl/7.10.8-pre1 (i686-pc-linux-gnu) libcurl/7.10.8-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS\r
136 Host: 127.0.0.1:%HTTPPORT\r
137 Accept: */*\r
138 \r
139 </protocol>
140 </verify>
141 </testcase>