4f2f4435a968f463955bccfe92328171b5cf41da
[platform/upstream/curl.git] / tests / data / test1143
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 followlocation
7 </keywords>
8 </info>
9 # Server-side
10 <reply>
11 <data>
12 HTTP/1.1 200 hello
13 Connection: close
14 Content-Length: 4
15
16 hej
17 </data>
18 </reply>
19
20 # Client-side
21 <client>
22 <server>
23 http
24 </server>
25  <name>
26 HTTP URL with http:/ (one slash!)
27  </name>
28  <command>
29 http:/%HOSTIP:%HTTPPORT/want/1143
30 </command>
31 </client>
32
33 # Verify data after the test has been "shot"
34 <verify>
35 <strip>
36 ^User-Agent:.*
37 </strip>
38 <protocol>
39 GET /want/1143 HTTP/1.1\r
40 Host: %HOSTIP:%HTTPPORT\r
41 Accept: */*\r
42 \r
43 </protocol>
44 </verify>
45 </testcase>