2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP Digest auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-05-22 18:36:22 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 401 Authorization Required swsclose
|
2003-05-22 18:36:22 -04:00
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 26
|
2003-05-22 18:36:22 -04:00
|
|
|
|
|
|
|
This is not the real page
|
|
|
|
</data>
|
|
|
|
|
|
|
|
# This is supposed to be returned when the server gets a
|
|
|
|
# Authorization: Digest line passed-in from the client
|
|
|
|
<data1000>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2003-05-22 18:36:22 -04:00
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 23
|
2003-05-22 18:36:22 -04:00
|
|
|
|
|
|
|
This IS the real page!
|
|
|
|
</data1000>
|
|
|
|
|
|
|
|
<datacheck>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 401 Authorization Required swsclose
|
2003-05-22 18:36:22 -04:00
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 26
|
2003-05-22 18:36:22 -04:00
|
|
|
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2003-05-22 18:36:22 -04:00
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 23
|
2003-05-22 18:36:22 -04:00
|
|
|
|
2004-11-29 07:01:07 -05:00
|
|
|
This IS the real page!
|
2003-05-22 18:36:22 -04:00
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2007-03-09 18:39:42 -05:00
|
|
|
<features>
|
2014-11-06 14:57:16 -05:00
|
|
|
!SSPI
|
2007-03-09 18:39:42 -05:00
|
|
|
crypto
|
|
|
|
</features>
|
2003-05-22 18:36:22 -04:00
|
|
|
<name>
|
|
|
|
HTTP with Digest authorization
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/64 -u testuser:testpass --digest
|
2003-05-22 18:36:22 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-05-22 18:36:22 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /64 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-05-22 18:36:22 -04:00
|
|
|
|
|
|
|
GET /64 HTTP/1.1
|
|
|
|
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/64", response="c55f7f30d83d774a3d2dcacf725abaca"
|
|
|
|
User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-05-22 18:36:22 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|