2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP FORMPOST
|
|
|
|
HTTP replaced headers
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-08-21 08:46:23 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2001-08-21 08:46:23 -04:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-08-21 08:46:23 -04:00
|
|
|
<name>
|
|
|
|
HTTP RFC1867-type formposting without Expect: header
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/44 -F name=daniel -F tool=curl -F file=@log/test44.txt -H 'Expect:'
|
2001-08-21 08:46:23 -04:00
|
|
|
</command>
|
|
|
|
# We create this file before the command is invoked!
|
|
|
|
<file name="log/test44.txt">
|
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
</file>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-08-21 08:46:23 -04: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;|------).*
|
2001-08-21 08:46:23 -04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
POST /we/want/44 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
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Length: 408
|
2003-04-04 07:30:35 -05:00
|
|
|
Content-Type: multipart/form-data; boundary=----------------------------7c633d5c27ce
|
2001-08-21 08:46:23 -04:00
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------7c633d5c27ce
|
2001-08-21 08:46:23 -04:00
|
|
|
Content-Disposition: form-data; name="name"
|
|
|
|
|
|
|
|
daniel
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------7c633d5c27ce
|
2001-08-21 08:46:23 -04:00
|
|
|
Content-Disposition: form-data; name="tool"
|
|
|
|
|
|
|
|
curl
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------7c633d5c27ce
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Disposition: form-data; name="file"; filename="test44.txt"
|
2001-08-21 08:46:23 -04:00
|
|
|
Content-Type: text/plain
|
|
|
|
|
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------7c633d5c27ce--
|
2001-08-21 08:46:23 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|