1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTPS
HTTP POST
client-body-filter
</keywords>
</info>
<reply>
<data>
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html
X-Connection: swsclose
Received your input.
</data>
</reply>
<proxy-reply>
<data>
HTTP/1.1 200 Connection established%CR
%CR
HTTP/1.1 200 OK%CR
Connection: close%CR
Content-Type: text/html%CR
X-Connection: swsclose%CR
%CR
Received your input.
</data>
</proxy-reply>
<client>
<server>
https
</server>
<name>
Replace whole https request body with client-body-filter{blafasel-to-bumfidel}
</name>
<features>
proxy
</features>
<command>
-d blafasel --insecure https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
</command>
</client>
<verify>
<protocol nonewline="yes">
POST /%TESTNUMBER HTTP/1.1%CR
Host: %HOSTIP:%HTTPSPORT%CR
User-Agent: curl/%VERSION%CR
Accept: */*%CR
Content-Length: 8%CR
Content-Type: application/x-www-form-urlencoded%CR
%CR
bumfidel
</protocol>
</verify>
</testcase>
|