12 HTTP/1.1 301 This is a weirdo text message swsclose
13 Date: Thu, 09 Nov 2010 14:49:00 GMT
14 Server: test-server/fake
15 Location: data/10670002.txt?coolsite=yes
18 This server reply is for testing a simple Location: following
22 HTTP/1.1 200 Followed here fine swsclose
23 Date: Thu, 09 Nov 2010 14:49:00 GMT
24 Server: test-server/fake
27 If this is received, the location following worked
31 HTTP/1.1 301 This is a weirdo text message swsclose
32 Date: Thu, 09 Nov 2010 14:49:00 GMT
33 Server: test-server/fake
34 Location: data/10670002.txt?coolsite=yes
37 HTTP/1.1 200 Followed here fine swsclose
38 Date: Thu, 09 Nov 2010 14:49:00 GMT
39 Server: test-server/fake
42 If this is received, the location following worked
53 HTTP Location: following with auto-referer
56 http://%HOSTIP:%HTTPPORT/want/1067 -L --referer "firstone.html;auto"
60 # Verify data after the test has been "shot"
66 GET /want/1067 HTTP/1.1
67 Host: %HOSTIP:%HTTPPORT
69 Referer: firstone.html
71 GET /want/data/10670002.txt?coolsite=yes HTTP/1.1
72 Host: %HOSTIP:%HTTPPORT
74 Referer: http://%HOSTIP:%HTTPPORT/want/1067