Convert (most of) the test data files into genuine XML. A handful still
[platform/upstream/curl.git] / tests / data / test91
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 HTTP NTLM auth
7 </keywords>
8 </info>
9 # Server-side
10 <reply>
11 <data>
12 HTTP/1.1 401 Authorization Required swsclose\r
13 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
14 WWW-Authenticate: Magic-Negotiate\r
15 WWW-Authenticate: NTLM\r
16 WWW-Authenticate: Basic realm="daniel"\r
17 Content-Type: text/html; charset=iso-8859-1\r
18 Content-Length: 0\r
19 Connection: close\r
20 \r
21 </data>
22
23 # This is supposed to be returned when the server gets a first
24 # Authorization: NTLM line passed-in from the client
25 <data1001>
26 HTTP/1.1 401 Now gimme that second request of crap\r
27 Server: Microsoft-IIS/5.0\r
28 Content-Length: 34\r
29 Content-Type: text/html; charset=iso-8859-1\r
30 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
31 \r
32 This is not the real page either!
33 </data1001>
34
35 # This is supposed to be returned when the server gets the second
36 # Authorization: NTLM line passed-in from the client
37 <data1002>
38 HTTP/1.1 200 Things are fine in server land swsclose\r
39 Server: Microsoft-IIS/5.0\r
40 Content-Type: text/html; charset=iso-8859-1\r
41 Content-Length: 32\r
42 \r
43 Finally, this is the real page!
44 </data1002>
45
46 <datacheck>
47 HTTP/1.1 401 Authorization Required swsclose\r
48 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
49 WWW-Authenticate: Magic-Negotiate\r
50 WWW-Authenticate: NTLM\r
51 WWW-Authenticate: Basic realm="daniel"\r
52 Content-Type: text/html; charset=iso-8859-1\r
53 Content-Length: 0\r
54 Connection: close\r
55 \r
56 HTTP/1.1 401 Now gimme that second request of crap\r
57 Server: Microsoft-IIS/5.0\r
58 Content-Length: 34\r
59 Content-Type: text/html; charset=iso-8859-1\r
60 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
61 \r
62 HTTP/1.1 200 Things are fine in server land swsclose\r
63 Server: Microsoft-IIS/5.0\r
64 Content-Type: text/html; charset=iso-8859-1\r
65 Content-Length: 32\r
66 \r
67 Finally, this is the real page!
68 </datacheck>
69
70 </reply>
71
72 # Client-side
73 <client>
74 <features>
75 NTLM
76 </features>
77 <server>
78 http
79 </server>
80  <name>
81 HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0
82  </name>
83  <command>
84 http://%HOSTIP:%HTTPPORT/91 --anyauth -u mydomain\\myself:secret
85 </command>
86 </client>
87
88 # Verify data after the test has been "shot"
89 <verify>
90 <strip>
91 ^User-Agent:.*
92 </strip>
93 # We strip off a large chunk of the type-2 NTLM message since it depends on
94 # the local host name and thus differs on different machines!
95 <strippart>
96 s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAgACABwAAAABgAGAHgAAAA).*/$1/
97 </strippart>
98 <protocol>
99 GET /91 HTTP/1.1\r
100 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
101 Host: 127.0.0.1:%HTTPPORT\r
102 Accept: */*\r
103 \r
104 GET /91 HTTP/1.1\r
105 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=\r
106 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
107 Host: 127.0.0.1:%HTTPPORT\r
108 Accept: */*\r
109 \r
110 GET /91 HTTP/1.1\r
111 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAgACABwAAAABgAGAHgAAAA
112 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
113 Host: 127.0.0.1:%HTTPPORT\r
114 Accept: */*\r
115 \r
116 </protocol>
117 </verify>
118 </testcase>