Revert "Imported Upstream version 7.44.0"
[platform/upstream/curl.git] / tests / data / test150
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 HTTP NTLM auth
7 </keywords>
8 </info>
9
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 200 Things are fine in server land swsclose\r
32 Server: Microsoft-IIS/5.0\r
33 Content-Type: text/html; charset=iso-8859-1\r
34 Content-Length: 32\r
35 \r
36 Finally, this is the real page!
37 </data1002>
38
39 <datacheck>
40 HTTP/1.1 401 Now gimme that second request 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 HTTP/1.1 200 Things are fine in server land swsclose\r
47 Server: Microsoft-IIS/5.0\r
48 Content-Type: text/html; charset=iso-8859-1\r
49 Content-Length: 32\r
50 \r
51 Finally, this is the real page!
52 </datacheck>
53
54 </reply>
55
56 # Client-side
57 <client>
58 <features>
59 NTLM
60 !SSPI
61 debug
62 </features>
63 <server>
64 http
65 </server>
66  <name>
67 HTTP with NTLM authorization and --fail
68  </name>
69  <setenv>
70 # we force our own host name, in order to make the test machine independent
71 CURL_GETHOSTNAME=curlhost
72 # we try to use the LD_PRELOAD hack, if not a debug build
73 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
74  </setenv>
75  <command>
76 http://%HOSTIP:%HTTPPORT/150 -u testuser:testpass --ntlm --fail
77 </command>
78 <precheck>
79 chkhostname curlhost
80 </precheck>
81 </client>
82
83 # Verify data after the test has been "shot"
84 <verify>
85 <strip>
86 ^User-Agent:.*
87 </strip>
88 <protocol>
89 GET /150 HTTP/1.1\r
90 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=\r
91 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
92 Host: %HOSTIP:%HTTPPORT\r
93 Accept: */*\r
94 \r
95 GET /150 HTTP/1.1\r
96 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAACeAJ4AWAAAAAAAAAD2AAAACAAIAPYAAAAIAAgA/gAAAAAAAAAAAAAABoKBAL9LNW5+nkyHZRmyFaL/LJ4xMjM0MjIzNGUCyhgQ9hw6eWAT13EbDa0BAQAAAAAAAACAPtXesZ0BMTIzNDIyMzQAAAAAAgAEAEMAQwABABIARQBMAEkAUwBBAEIARQBUAEgABAAYAGMAYwAuAGkAYwBlAGQAZQB2AC4AbgB1AAMALABlAGwAaQBzAGEAYgBlAHQAaAAuAGMAYwAuAGkAYwBlAGQAZQB2AC4AbgB1AAAAAAAAAAAAdGVzdHVzZXJjdXJsaG9zdA==\r
97 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
98 Host: %HOSTIP:%HTTPPORT\r
99 Accept: */*\r
100 \r
101 </protocol>
102 </verify>
103 </testcase>