2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP FORMPOST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2002-03-11 10:31:06 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2012-11-14 13:49:12 -05:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 10
|
2012-11-14 13:49:12 -05:00
|
|
|
|
2002-03-11 10:31:06 -05:00
|
|
|
blablabla
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2002-03-11 10:31:06 -05:00
|
|
|
<name>
|
|
|
|
HTTP RFC1867-type formposting with filename= and type=
|
|
|
|
</name>
|
|
|
|
<command>
|
2013-01-21 17:20:09 -05:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/39 -F name=daniel -F tool=curl --form-string "str1=@literal" --form-string "str2=<verbatim;type=xxx/yyy" -F "file=@log/test39.txt;type=moo/foobar;filename=fakerfile" -F file2=@log/test39.txt -F "file3=@\"log/test39.txt\";type=mo/foo;filename=\"f\\\\\\\\ak\\\\\\er,\\\\an\\d;.t\\\"xt\"" -F 'file4=@"log/test39.txt"; filename="A\\AA\"\"\\\"ZZZ"'
|
2002-03-11 10:31:06 -05:00
|
|
|
</command>
|
|
|
|
# We create this file before the command is invoked!
|
|
|
|
<file name="log/test39.txt">
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
</file>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2002-03-11 10:31:06 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
2003-04-04 07:30:35 -05:00
|
|
|
^(User-Agent:|Content-Type: multipart/form-data;|-------).*
|
2002-03-11 10:31:06 -05:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
POST /we/want/39 HTTP/1.1
|
2003-04-04 07:30:35 -05:00
|
|
|
User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2013-01-21 17:20:09 -05:00
|
|
|
Content-Length: 1184
|
2002-03-11 10:31:06 -05:00
|
|
|
Expect: 100-continue
|
2003-04-04 07:30:35 -05:00
|
|
|
Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Disposition: form-data; name="name"
|
|
|
|
|
|
|
|
daniel
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Disposition: form-data; name="tool"
|
|
|
|
|
|
|
|
curl
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2005-03-12 14:39:27 -05:00
|
|
|
Content-Disposition: form-data; name="str1"
|
|
|
|
|
|
|
|
@literal
|
|
|
|
------------------------------24e78000bd32
|
|
|
|
Content-Disposition: form-data; name="str2"
|
|
|
|
|
|
|
|
<verbatim;type=xxx/yyy
|
|
|
|
------------------------------24e78000bd32
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Disposition: form-data; name="file"; filename="fakerfile"
|
|
|
|
Content-Type: moo/foobar
|
|
|
|
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Disposition: form-data; name="file2"; filename="test39.txt"
|
2002-03-11 10:31:06 -05:00
|
|
|
Content-Type: text/plain
|
|
|
|
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
|
2013-01-21 17:20:09 -05:00
|
|
|
------------------------------24e78000bd32
|
|
|
|
Content-Disposition: form-data; name="file3"; filename="f\\\\ak\\\\er,\\an\\d;.t\"xt"
|
|
|
|
Content-Type: mo/foo
|
|
|
|
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
|
|
|
|
------------------------------24e78000bd32
|
|
|
|
Content-Disposition: form-data; name="file4"; filename="A\\AA\"\"\\\"ZZZ"
|
|
|
|
Content-Type: text/plain
|
|
|
|
|
|
|
|
foo bar
|
|
|
|
This is a bar foo
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------24e78000bd32--
|
2002-03-11 10:31:06 -05:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|