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
|
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTPS
HTTP GET
</keywords>
</info>
<reply>
<data>
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html
Content-Length: 18
Here's your data.
</data>
</reply>
<proxy-reply>
<data>
HTTP/1.1 200 Connection established
HTTP/1.1 400 Malformed request after rewriting
Content-Type: text/plain
Connection: close
Bad request. Messed up with header filters.
</data>
</proxy-reply>
<client>
<name>
Rewrite behind the client's back: unsupporte http version
</name>
<command>
--insecure https://%HOSTIP/%TESTNUMBER
</command>
</client>
<verify>
</verify>
</testcase>
|