]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test1111
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test1111
1 <testcase>
2 # Test that no fragment is not send as part of the path
3 # when the URI contains 2 '#' (does not follow RFC 2396)
4 <info>
5 <keywords>
6 HTTP
7 CURLOPT_URL
8 </keywords>
9 </info>
10
11 # Server-side
12 <reply name="1">
13 <data>
14 HTTP/1.1 200 OK
15 Content-Length: 6
16
17 hello
18 </data>
19 </reply>
20
21 # Client-side
22 <client>
23 <server>
24 http
25 </server>
26  <name>
27 HTTP GET with URL whose fragment contains a # (which is illegal)
28  </name>
29  <command>
30 http://%HOSTIP:%HTTPPORT/1111?q=foobar#fragment#fragment2
31 </command>
32 </client>
33
34
35 # Verify data after the test has been "shot"
36 <verify>
37 <strip>
38 ^User-Agent:.*
39 </strip>
40 <protocol>
41 GET /1111?q=foobar HTTP/1.1\r
42 Host: %HOSTIP:%HTTPPORT\r
43 Accept: */*\r
44 \r
45 </protocol>
46 </verify>
47 </testcase>