2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2005-04-16 07:48:31 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP added headers
|
|
|
|
HTTP replaced headers
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-23 23:00:48 +08:00
|
|
|
#
|
|
|
|
# Server-side
|
2005-04-16 07:48:31 +08:00
|
|
|
<reply>
|
2001-05-23 23:00:48 +08:00
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
2003-07-20 07:57:08 +08:00
|
|
|
Server: test-server/fake swsclose
|
2001-05-23 23:00:48 +08:00
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 04:25:39 +08:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-05-23 23:00:48 +08:00
|
|
|
<name>
|
|
|
|
Replaced internal and added custom HTTP headers
|
|
|
|
</name>
|
|
|
|
<command>
|
2017-09-25 01:31:43 +08:00
|
|
|
-H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:" -H "X-Test2: foo;" -H "X-Test3: " -H "X-Test4; " -H "X-Test5;ignored" http://%HOSTIP:%HTTPPORT/4 http://%HOSTIP:%HTTPPORT/4
|
2001-05-23 23:00:48 +08:00
|
|
|
</command>
|
2005-01-26 05:45:03 +08:00
|
|
|
</client>
|
2001-05-23 23:00:48 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /4 HTTP/1.1
|
2007-09-15 03:32:31 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2001-05-23 23:00:48 +08:00
|
|
|
extra-header: here
|
|
|
|
Accept: replaced
|
2011-09-09 06:39:39 +08:00
|
|
|
X-Custom-Header:
|
|
|
|
X-Test: foo;
|
|
|
|
X-Test2: foo;
|
2001-05-23 23:00:48 +08:00
|
|
|
|
2017-09-25 01:31:43 +08:00
|
|
|
GET /4 HTTP/1.1
|
|
|
|
Host: %HOSTIP:%HTTPPORT
|
|
|
|
extra-header: here
|
|
|
|
Accept: replaced
|
|
|
|
X-Custom-Header:
|
|
|
|
X-Test: foo;
|
|
|
|
X-Test2: foo;
|
|
|
|
|
2001-05-23 23:00:48 +08:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|