Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test187
blob978874cf8d00da9d36eaa8072e746682d6e426e2
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 followlocation
7 </keywords>
8 </info>
10 # Server-side
11 <reply>
12 <data>
13 HTTP/1.1 301 This is a weirdo text message
14 Date: Thu, 09 Nov 2010 14:49:00 GMT
15 Server: test-server/fake
16 Location: /root/1870002.txt?coolsite=yes
17 Connection: close
19 This server reply is for testing a simple Location: following
21 </data>
22 <data2>
23 HTTP/1.1 200 Followed here fine swsclose
24 Date: Thu, 09 Nov 2010 14:49:00 GMT
25 Server: test-server/fake
26 Content-Length: 52
28 If this is received, the location following worked
30 </data2>
31 <datacheck>
32 HTTP/1.1 301 This is a weirdo text message
33 Date: Thu, 09 Nov 2010 14:49:00 GMT
34 Server: test-server/fake
35 Location: /root/1870002.txt?coolsite=yes
36 Connection: close
38 HTTP/1.1 200 Followed here fine swsclose
39 Date: Thu, 09 Nov 2010 14:49:00 GMT
40 Server: test-server/fake
41 Content-Length: 52
43 If this is received, the location following worked
45 </datacheck>
46 </reply>
48 # Client-side
49 <client>
50 <server>
51 http
52 </server>
53  <name>
54 HTTP redirect with bad host name separation and slash in parameters
55  </name>
56  <command>
57 http://%HOSTIP:%HTTPPORT?oh=what-weird=test/187 -L
58 </command>
59 </client>
61 # Verify data after the test has been "shot"
62 <verify>
63 <strip>
64 ^User-Agent:.*
65 </strip>
66 <protocol>
67 GET /?oh=what-weird=test/187 HTTP/1.1
68 Host: %HOSTIP:%HTTPPORT
69 Accept: */*
71 GET /root/1870002.txt?coolsite=yes HTTP/1.1
72 Host: %HOSTIP:%HTTPPORT
73 Accept: */*
75 </protocol>
76 </verify>
77 </testcase>