etlegacy-libs/curl/tests/data/test545

57 lines
798 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
2016-09-16 04:29:17 +00:00
<info>
<keywords>
HTTP
HTTP POST
</keywords>
</info>
2012-06-01 15:23:17 +00:00
#
# Server-side
<reply>
2016-09-16 04:29:17 +00:00
<data>
HTTP/1.1 200 OK swsclose
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 3
2012-06-01 15:23:17 +00:00
OK
</data>
</reply>
# Client-side
<client>
<server>
http
</server>
# tool is what to use instead of 'curl'
<tool>
lib545
</tool>
<name>
2016-09-16 04:29:17 +00:00
HTTP POST binary with embedded zero and no trailing zero
2012-06-01 15:23:17 +00:00
</name>
<command>
http://%HOSTIP:%HTTPPORT/545
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
2016-09-16 04:29:17 +00:00
<protocol nonewline="yes">
2012-06-01 15:23:17 +00:00
POST /545 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
2016-09-16 04:29:17 +00:00
Content-Length: 46
2012-06-01 15:23:17 +00:00
Content-Type: application/x-www-form-urlencoded
2016-09-16 04:29:17 +00:00
This is test binary data with an embedded NUL
2012-06-01 15:23:17 +00:00
</protocol>
</verify>
</testcase>