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: data/430002.txt?coolsite=yes
19 This server reply is for testing a simple Location: following
23 HTTP/1.1 200 Followed here fine swsclose
24 Date: Thu, 09 Nov 2010 14:49:00 GMT
25 Server: test-server/fake
28 If this is received, the location following worked
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: data/430002.txt?coolsite=yes
38 HTTP/1.1 200 Followed here fine swsclose
39 Date: Thu, 09 Nov 2010 14:49:00 GMT
40 Server: test-server/fake
43 If this is received, the location following worked
54 HTTP Location: following over HTTP proxy
57 http://%HOSTIP:%HTTPPORT/want/43 -L -x %HOSTIP:%HTTPPORT
61 # Verify data after the test has been "shot"
67 GET http://%HOSTIP:%HTTPPORT/want/43 HTTP/1.1
68 Host: %HOSTIP:%HTTPPORT
71 Proxy-Connection: Keep-Alive
73 GET http://%HOSTIP:%HTTPPORT/want/data/430002.txt?coolsite=yes HTTP/1.1
74 Host: %HOSTIP:%HTTPPORT
77 Proxy-Connection: Keep-Alive