2007-01-23 05:25:56 +03:00
|
|
|
<testcase>
|
2005-04-16 03:48:31 +04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP Basic auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-23 19:00:48 +04:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
2003-07-20 03:57:08 +04:00
|
|
|
Server: test-server/fake swsclose
|
2001-05-23 19:00:48 +04:00
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 00:25:39 +04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-05-23 19:00:48 +04:00
|
|
|
<name>
|
|
|
|
HTTP GET with user and password
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 12:08:38 +04:00
|
|
|
-u fake:user http://%HOSTIP:%HTTPPORT/2
|
2001-05-23 19:00:48 +04:00
|
|
|
</command>
|
2005-01-26 00:45:03 +03:00
|
|
|
</client>
|
2001-05-23 19:00:48 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /2 HTTP/1.1
|
|
|
|
Authorization: Basic ZmFrZTp1c2Vy
|
2007-09-14 23:32:31 +04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 15:46:41 +03:00
|
|
|
Accept: */*
|
2001-05-23 19:00:48 +04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
<data>
|
|
|
|
[insert full protocol verifiction dump here]
|
|
|
|
</data>
|
|
|
|
</verify>
|
2007-01-23 05:25:56 +03:00
|
|
|
</testcase>
|