1<testcase>
2<info>
3<keywords>
4--data-urlencode
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11<data>
12HTTP/1.1 200 I am cool swsclose
13Server: Cool server/10.0
14Content-Length: 0
15
16</data>
17</reply>
18
19#
20# Client-side
21<client>
22<server>
23http
24</server>
25 <name>
26--data-urlencode
27 </name>
28 <command>
29http://%HOSTIP:%HTTPPORT/1015 --data-urlencode "my name is moo[]" --data-urlencode "y e s=s_i_r" --data-urlencode "v_alue@log/1015.txt" --data-urlencode @log/1015.txt 
30</command>
31<file name="log/1015.txt">
32content to _?!#$'|<>
33</file>
34</client>
35
36#
37# Verify data after the test has been "shot"
38<verify>
39<strip>
40^User-Agent:.*
41</strip>
42<protocol nonewline="yes">
43POST /1015 HTTP/1.1
44User-Agent: curl/7.17.2-CVS (i686-pc-linux-gnu) libcurl/7.17.2-CVS OpenSSL/0.9.8g zlib/1.2.3.3 c-ares/1.5.2-CVS libidn/1.1 libssh2/0.19.0-C
45Host: %HOSTIP:%HTTPPORT
46Accept: */*
47Content-Length: 133
48Content-Type: application/x-www-form-urlencoded
49
50my%20name%20is%20moo%5B%5D&y e s=s_i_r&v_alue=content%20to%20_%3F%21%23%24%27%7C%3C%3E%0A&content%20to%20_%3F%21%23%24%27%7C%3C%3E%0A
51</protocol>
52</verify>
53</testcase>
54