2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2007-10-11 21:44:22 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
HTTP proxy
|
|
|
|
HTTP proxy Digest auth
|
|
|
|
HTTP Digest auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-05-04 03:52:53 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
|
|
|
|
# this is returned first since we get no proxy-auth
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
|
|
|
|
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
|
|
|
|
|
|
|
And you should ignore this data.
|
|
|
|
</data>
|
|
|
|
|
|
|
|
# then this is returned since we get no server-auth
|
|
|
|
<data1000>
|
|
|
|
HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
|
|
|
|
WWW-Authenticate: Digest realm="realmweirdo", nonce="123456"
|
|
|
|
|
|
|
|
you should ignore this data too
|
|
|
|
</data1000>
|
|
|
|
|
|
|
|
<data1001>
|
|
|
|
HTTP/1.1 200 OK swsclose
|
|
|
|
Server: no
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 15
|
2004-05-04 03:52:53 -04:00
|
|
|
|
|
|
|
Nice auth sir!
|
|
|
|
</data1001>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
|
|
|
|
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
|
|
|
|
|
|
|
|
HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
|
|
|
|
WWW-Authenticate: Digest realm="realmweirdo", nonce="123456"
|
|
|
|
|
|
|
|
HTTP/1.1 200 OK swsclose
|
|
|
|
Server: no
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 15
|
2004-05-04 03:52:53 -04:00
|
|
|
|
|
|
|
Nice auth sir!
|
|
|
|
</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
|
2019-10-14 16:29:19 -04:00
|
|
|
proxy
|
2007-03-09 18:39:42 -05:00
|
|
|
</features>
|
2004-05-04 03:52:53 -04:00
|
|
|
<name>
|
|
|
|
HTTP with proxy-requiring-Digest to site-requiring-Digest
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-12 11:38:26 -05:00
|
|
|
http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-digest --digest --user digest:alot
|
2004-05-04 03:52:53 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-05-04 03:52:53 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-12 11:38:26 -05:00
|
|
|
GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
|
2004-05-04 03:52:53 -04:00
|
|
|
Host: data.from.server.requiring.digest.hohoho.com
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-05-04 03:52:53 -04:00
|
|
|
Accept: */*
|
2016-08-16 02:36:04 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2004-05-04 03:52:53 -04:00
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: data.from.server.requiring.digest.hohoho.com
|
2021-03-12 11:38:26 -05:00
|
|
|
Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="fb8608e00ad9239a3dedb14bc8575976"
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-05-04 03:52:53 -04:00
|
|
|
Accept: */*
|
2016-08-16 02:36:04 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2004-05-04 03:52:53 -04:00
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: data.from.server.requiring.digest.hohoho.com
|
2021-03-12 11:38:26 -05:00
|
|
|
Proxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="fb8608e00ad9239a3dedb14bc8575976"
|
|
|
|
Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", response="ca87f2d768a231e2d637a55698d5c416"
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-05-04 03:52:53 -04:00
|
|
|
Accept: */*
|
2016-08-16 02:36:04 -04:00
|
|
|
Proxy-Connection: Keep-Alive
|
2004-05-04 03:52:53 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|