2005-04-15 19:48:31 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP added headers
|
|
|
|
HTTP replaced headers
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-23 11:00:48 -04:00
|
|
|
#
|
|
|
|
# Server-side
|
2005-04-15 19:48:31 -04:00
|
|
|
<reply>
|
2001-05-23 11:00:48 -04:00
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
2003-07-19 19:57:08 -04:00
|
|
|
Server: test-server/fake swsclose
|
2001-05-23 11:00:48 -04:00
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-05-23 11:00:48 -04:00
|
|
|
<name>
|
|
|
|
Replaced internal and added custom HTTP headers
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
-H "extra-header: here" -H "Accept: replaced" http://%HOSTIP:%HTTPPORT/4
|
2001-05-23 11:00:48 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-05-23 11:00:48 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /4 HTTP/1.1
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2001-05-23 11:00:48 -04:00
|
|
|
Pragma: no-cache
|
|
|
|
extra-header: here
|
|
|
|
Accept: replaced
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|