Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test28
blob43e4391c796ca15ce3db117bc182ca56d485cf3d
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 </keywords>
7 </info>
8 # Server-side
9 <reply>
10 <data>
11 HTTP/1.1 301 This is a weirdo text message swsclose
12 Date: Thu, 09 Nov 2010 14:49:00 GMT
13 Server: test-server/fake
14 Location:  /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
15 Connection: close
17 This server reply is for testing a simple Location: following
19 </data>
20 <data2>
21 HTTP/1.1 200 Followed here fine swsclose
22 Date: Thu, 09 Nov 2010 14:49:00 GMT
23 Server: test-server/fake
24 Content-Length: 52
26 If this is received, the location following worked
28 </data2>
29 <datacheck>
30 HTTP/1.1 301 This is a weirdo text message swsclose
31 Date: Thu, 09 Nov 2010 14:49:00 GMT
32 Server: test-server/fake
33 Location:  /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
34 Connection: close
36 HTTP/1.1 200 Followed here fine swsclose
37 Date: Thu, 09 Nov 2010 14:49:00 GMT
38 Server: test-server/fake
39 Content-Length: 52
41 If this is received, the location following worked
43 </datacheck>
44 </reply>
46 # Client-side
47 <client>
48 <server>
49 http
50 </server>
51  <name>
52 HTTP Location: following with extra spaces in header
53  </name>
54  <command>
55 http://%HOSTIP:%HTTPPORT/want/28 -L
56 </command>
57 </client>
59 # Verify data after the test has been "shot"
60 <verify>
61 <strip>
62 ^User-Agent:.*
63 </strip>
64 <protocol>
65 GET /want/28 HTTP/1.1
66 Host: %HOSTIP:%HTTPPORT
67 Accept: */*
69 GET /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE HTTP/1.1
70 Host: %HOSTIP:%HTTPPORT
71 Accept: */*
73 </protocol>
74 </verify>
75 </testcase>