]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test1229
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test1229
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 HTTP Digest 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: Digest realm="testrealm", nonce="1053604145"\r
15 Content-Type: text/html; charset=iso-8859-1\r
16 Content-Length: 26\r
17 \r
18 This is not the real page
19 </data>
20
21 # This is supposed to be returned when the server gets a
22 # Authorization: Digest line passed-in from the client
23 <data1000>
24 HTTP/1.1 200 OK swsclose\r
25 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
26 Content-Type: text/html; charset=iso-8859-1\r
27 Content-Length: 23\r
28 \r
29 This IS the real page!
30 </data1000>
31
32 <datacheck>
33 HTTP/1.1 401 Authorization Required swsclose\r
34 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
35 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"\r
36 Content-Type: text/html; charset=iso-8859-1\r
37 Content-Length: 26\r
38 \r
39 HTTP/1.1 200 OK swsclose\r
40 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
41 Content-Type: text/html; charset=iso-8859-1\r
42 Content-Length: 23\r
43 \r
44 This IS the real page!
45 </datacheck>
46
47 </reply>
48
49 # Client-side
50 <client>
51 <server>
52 http
53 </server>
54 <features>
55 crypto
56 </features>
57  <name>
58 HTTP with Digest authorization with user name needing escape
59  </name>
60  <command>
61 http://%5cuser%22:password@%HOSTIP:%HTTPPORT/1229 --digest
62 </command>
63 </client>
64
65 # Verify data after the test has been "shot"
66 <verify>
67 <strip>
68 ^User-Agent:.*
69 </strip>
70 <protocol>
71 GET /1229 HTTP/1.1\r
72 Host: %HOSTIP:%HTTPPORT\r
73 Accept: */*\r
74 \r
75 GET /1229 HTTP/1.1\r
76 Authorization: Digest username="\\user\"", realm="testrealm", nonce="1053604145", uri="/1229", response="f2694d426040712584c156d3de72b8d6"\r
77 Host: %HOSTIP:%HTTPPORT\r
78 Accept: */*\r
79 \r
80 </protocol>
81 </verify>
82 </testcase>