xref: /curl/tests/data/test1366 (revision e7a021e1)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9#
10<reply>
11<data nocheck="yes">
12HTTP/1.1 200 OK
13Date: Tue, 09 Nov 2010 14:49:00 GMT
14Server: test-server/fake
15Content-Length: 6
16Connection: close
17Content-Type: text/html
18Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
19
2012345
21</data>
22</reply>
23
24#
25# Client-side
26<client>
27<server>
28http
29</server>
30<name>
31HTTP GET -o fname and Content-Disposition, -D file
32</name>
33<command option="no-output,no-include">
34http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER
35</command>
36<postcheck>
37perl %SRCDIR/libtest/notexists.pl %LOGDIR/%TESTNUMBER %LOGDIR/name%TESTNUMBER
38</postcheck>
39</client>
40
41#
42# Verify data after the test has been "shot"
43<verify>
44<protocol>
45GET /%TESTNUMBER HTTP/1.1
46Host: %HOSTIP:%HTTPPORT
47User-Agent: curl/%VERSION
48Accept: */*
49
50</protocol>
51
52<file1 name="%LOGDIR/outfile%TESTNUMBER">
5312345
54</file1>
55
56<file2 name="%LOGDIR/heads%TESTNUMBER">
57HTTP/1.1 200 OK
58Date: Tue, 09 Nov 2010 14:49:00 GMT
59Server: test-server/fake
60Content-Length: 6
61Connection: close
62Content-Type: text/html
63Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
64
65</file2>
66
67<file3 name="%LOGDIR/stdout%TESTNUMBER">
68</file3>
69
70</verify>
71</testcase>
72