]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test69
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test69
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: Basic\r
15 WWW-Authenticate: Wild-and-crazy\r
16 WWW-Authenticate: NTLM\r
17 Content-Type: text/html; charset=iso-8859-1\r
18 Content-Length: 26\r
19 \r
20 This is not the real page
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: Basic\r
50 WWW-Authenticate: Wild-and-crazy\r
51 WWW-Authenticate: NTLM\r
52 Content-Type: text/html; charset=iso-8859-1\r
53 Content-Length: 26\r
54 \r
55 HTTP/1.1 401 Now gimme that second request of crap\r
56 Server: Microsoft-IIS/5.0\r
57 Content-Length: 34\r
58 Content-Type: text/html; charset=iso-8859-1\r
59 WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
60 \r
61 HTTP/1.1 200 Things are fine in server land swsclose\r
62 Server: Microsoft-IIS/5.0\r
63 Content-Type: text/html; charset=iso-8859-1\r
64 Content-Length: 32\r
65 \r
66 Finally, this is the real page!
67 </datacheck>
68
69 </reply>
70
71 # Client-side
72 <client>
73 <features>
74 NTLM
75 </features>
76 <server>
77 http
78 </server>
79  <name>
80 HTTP with NTLM, Basic or Wild-and-crazy authorization
81  </name>
82  <setenv>
83 # we force our own host name, in order to make the test machine independent
84 CURL_GETHOSTNAME=curlhost
85 # we try to use the LD_PRELOAD hack, if not a debug build
86 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
87  </setenv>
88  <command>
89 http://%HOSTIP:%HTTPPORT/69 -u testuser:testpass --anyauth
90 </command>
91 <precheck>
92 chkhostname curlhost
93 </precheck>
94 </client>
95
96 # Verify data after the test has been "shot"
97 <verify>
98 <strip>
99 ^User-Agent:.*
100 </strip>
101 <protocol>
102 GET /69 HTTP/1.1\r
103 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
104 Host: %HOSTIP:%HTTPPORT\r
105 Accept: */*\r
106 \r
107 GET /69 HTTP/1.1\r
108 Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=\r
109 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
110 Host: %HOSTIP:%HTTPPORT\r
111 Accept: */*\r
112 \r
113 GET /69 HTTP/1.1\r
114 Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAIAAgAeAAAAAAAAAAAAAAABoKBAFpkQwKRCZFMhjj0tw47wEjKHRHlvzfxQamFcheMuv8v+xeqphEO5V41xRd7R9deOXRlc3R1c2VyY3VybGhvc3Q=\r
115 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
116 Host: %HOSTIP:%HTTPPORT\r
117 Accept: */*\r
118 \r
119 </protocol>
120 </verify>
121 </testcase>