2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP HEAD
|
|
|
|
-G
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2002-04-05 03:42:00 -05:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2002-04-05 03:42:00 -05:00
|
|
|
<name>
|
|
|
|
HTTP with -d and -G and -I
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
-d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/48 -G -I
|
2002-04-05 03:42:00 -05:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
2004-11-29 07:01:07 -05:00
|
|
|
HEAD /48?foo=moo&moo=poo HTTP/1.1
|
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
|
|
|
Accept: */*
|
|
|
|
|
2002-04-05 03:42:00 -05:00
|
|
|
</protocol>
|
|
|
|
</verify>
|