1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1015

53 lines
981 B
Plaintext
Raw Normal View History

2007-11-26 06:04:21 -05:00
<testcase>
<info>
<keywords>
HTTP
HTTP POST
2007-11-26 06:04:21 -05:00
--data-urlencode
</keywords>
</info>
#
# Server-side
<reply>
<data>
HTTP/1.1 200 I am cool swsclose
Server: Cool server/10.0
Content-Length: 0
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<name>
--data-urlencode
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --data-urlencode "my name is moo[]" --data-urlencode "y e s=s_i_r" --data-urlencode "v_alue@log/%TESTNUMBER.txt" --data-urlencode @log/%TESTNUMBER.txt
2007-11-26 06:04:21 -05:00
</command>
<file name="log/%TESTNUMBER.txt">
2007-11-26 06:04:21 -05:00
content to _?!#$'|<>
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol nonewline="yes">
POST /%TESTNUMBER HTTP/1.1
2007-11-26 06:04:21 -05:00
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
2007-11-26 06:04:21 -05:00
Accept: */*
Content-Length: 119
2007-11-26 06:04:21 -05:00
Content-Type: application/x-www-form-urlencoded
my+name+is+moo%5B%5D&y e s=s_i_r&v_alue=content+to+_%3F%21%23%24%27%7C%3C%3E%0A&content+to+_%3F%21%23%24%27%7C%3C%3E%0A
2007-11-26 06:04:21 -05:00
</protocol>
</verify>
</testcase>