2007-01-23 03:25:56 +01:00
|
|
|
<testcase>
|
2005-04-22 23:59:08 +02:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP Digest auth
|
|
|
|
--anyauth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-06-26 13:45:04 +02:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 401 Authorization Required
|
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
WWW-Authenticate: Digest realm="testrealm", nonce="1053604199"
|
|
|
|
WWW-Authenticate: NTLM
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 26
|
2003-06-26 13:45:04 +02: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>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 23
|
2003-06-26 13:45:04 +02:00
|
|
|
|
|
|
|
This IS the real page!
|
|
|
|
</data1000>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 401 Authorization Required
|
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
WWW-Authenticate: Digest realm="testrealm", nonce="1053604199"
|
|
|
|
WWW-Authenticate: NTLM
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 26
|
2003-06-26 13:45:04 +02:00
|
|
|
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 23
|
2003-06-26 13:45:04 +02:00
|
|
|
|
|
|
|
This IS the real page!
|
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<features>
|
2014-11-06 20:57:16 +01:00
|
|
|
!SSPI
|
2005-03-21 09:14:32 +01:00
|
|
|
NTLM
|
2003-06-26 13:45:04 +02:00
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with Digest *OR* NTLM authorization
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 10:08:38 +02:00
|
|
|
http://%HOSTIP:%HTTPPORT/70 -u testuser:testpass --anyauth
|
2003-06-26 13:45:04 +02:00
|
|
|
</command>
|
2005-01-25 22:45:03 +01:00
|
|
|
</client>
|
2003-06-26 13:45:04 +02:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /70 HTTP/1.1
|
2007-09-14 21:32:31 +02:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2015-03-12 00:50:46 +01:00
|
|
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2003-06-26 13:45:04 +02:00
|
|
|
|
|
|
|
GET /70 HTTP/1.1
|
2015-03-12 00:50:46 +01:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2003-06-26 13:45:04 +02:00
|
|
|
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604199", uri="/70", response="2c9a6f00af0d86497b177b90e90c688a"
|
|
|
|
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2003-06-26 13:45:04 +02:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 03:25:56 +01:00
|
|
|
</testcase>
|