113498266Sopenharmony_ci<testcase>
213498266Sopenharmony_ci# Mostly a duplicate of test168
313498266Sopenharmony_ci<info>
413498266Sopenharmony_ci<keywords>
513498266Sopenharmony_ciHTTP
613498266Sopenharmony_ciHTTP GET
713498266Sopenharmony_ciHTTP proxy
813498266Sopenharmony_ciHTTP proxy Digest auth
913498266Sopenharmony_ciHTTP Digest auth
1013498266Sopenharmony_ciHTTP auth in URL
1113498266Sopenharmony_ci</keywords>
1213498266Sopenharmony_ci</info>
1313498266Sopenharmony_ci
1413498266Sopenharmony_ci# Server-side
1513498266Sopenharmony_ci<reply>
1613498266Sopenharmony_ci
1713498266Sopenharmony_ci# this is returned first since we get no proxy-auth
1813498266Sopenharmony_ci<data>
1913498266Sopenharmony_ciHTTP/1.1 407 Authorization Required to proxy me my dear swsclose
2013498266Sopenharmony_ciProxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
2113498266Sopenharmony_ci
2213498266Sopenharmony_ciAnd you should ignore this data.
2313498266Sopenharmony_ci</data>
2413498266Sopenharmony_ci
2513498266Sopenharmony_ci# then this is returned since we get no server-auth
2613498266Sopenharmony_ci<data1000>
2713498266Sopenharmony_ciHTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
2813498266Sopenharmony_ciWWW-Authenticate: Digest realm="realmweirdo", nonce="123456"
2913498266Sopenharmony_ci
3013498266Sopenharmony_ciyou should ignore this data too
3113498266Sopenharmony_ci</data1000>
3213498266Sopenharmony_ci
3313498266Sopenharmony_ci<data1001>
3413498266Sopenharmony_ciHTTP/1.1 200 OK swsclose
3513498266Sopenharmony_ciServer: no
3613498266Sopenharmony_ciContent-Length: 15
3713498266Sopenharmony_ci
3813498266Sopenharmony_ciNice auth sir!
3913498266Sopenharmony_ci</data1001>
4013498266Sopenharmony_ci
4113498266Sopenharmony_ci<datacheck>
4213498266Sopenharmony_ciHTTP/1.1 407 Authorization Required to proxy me my dear swsclose
4313498266Sopenharmony_ciProxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
4413498266Sopenharmony_ci
4513498266Sopenharmony_ciHTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose
4613498266Sopenharmony_ciWWW-Authenticate: Digest realm="realmweirdo", nonce="123456"
4713498266Sopenharmony_ci
4813498266Sopenharmony_ciHTTP/1.1 200 OK swsclose
4913498266Sopenharmony_ciServer: no
5013498266Sopenharmony_ciContent-Length: 15
5113498266Sopenharmony_ci
5213498266Sopenharmony_ciNice auth sir!
5313498266Sopenharmony_ci</datacheck>
5413498266Sopenharmony_ci</reply>
5513498266Sopenharmony_ci
5613498266Sopenharmony_ci# Client-side
5713498266Sopenharmony_ci<client>
5813498266Sopenharmony_ci<server>
5913498266Sopenharmony_cihttp
6013498266Sopenharmony_ci</server>
6113498266Sopenharmony_ci<features>
6213498266Sopenharmony_ci!SSPI
6313498266Sopenharmony_cicrypto
6413498266Sopenharmony_ciproxy
6513498266Sopenharmony_ci</features>
6613498266Sopenharmony_ci<name>
6713498266Sopenharmony_ciHTTP with proxy Digest and site Digest with creds in URLs
6813498266Sopenharmony_ci</name>
6913498266Sopenharmony_ci<command>
7013498266Sopenharmony_cihttp://digest:alot@data.from.server.requiring.digest.hohoho.com/%TESTNUMBER --proxy http://foo:bar@%HOSTIP:%HTTPPORT --proxy-digest --digest
7113498266Sopenharmony_ci</command>
7213498266Sopenharmony_ci</client>
7313498266Sopenharmony_ci
7413498266Sopenharmony_ci# Verify data after the test has been "shot"
7513498266Sopenharmony_ci<verify>
7613498266Sopenharmony_ci<protocol>
7713498266Sopenharmony_ciGET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
7813498266Sopenharmony_ciHost: data.from.server.requiring.digest.hohoho.com
7913498266Sopenharmony_ciUser-Agent: curl/%VERSION
8013498266Sopenharmony_ciAccept: */*
8113498266Sopenharmony_ciProxy-Connection: Keep-Alive
8213498266Sopenharmony_ci
8313498266Sopenharmony_ciGET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
8413498266Sopenharmony_ciHost: data.from.server.requiring.digest.hohoho.com
8513498266Sopenharmony_ciProxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="f61609cd8f5bb205ef4e169b2c5626cb"
8613498266Sopenharmony_ciUser-Agent: curl/%VERSION
8713498266Sopenharmony_ciAccept: */*
8813498266Sopenharmony_ciProxy-Connection: Keep-Alive
8913498266Sopenharmony_ci
9013498266Sopenharmony_ciGET http://data.from.server.requiring.digest.hohoho.com/%TESTNUMBER HTTP/1.1
9113498266Sopenharmony_ciHost: data.from.server.requiring.digest.hohoho.com
9213498266Sopenharmony_ciProxy-Authorization: Digest username="foo", realm="weirdorealm", nonce="12345", uri="/%TESTNUMBER", response="f61609cd8f5bb205ef4e169b2c5626cb"
9313498266Sopenharmony_ciAuthorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/%TESTNUMBER", response="08a2e2e684047f4219a38ddc189ac00c"
9413498266Sopenharmony_ciUser-Agent: curl/%VERSION
9513498266Sopenharmony_ciAccept: */*
9613498266Sopenharmony_ciProxy-Connection: Keep-Alive
9713498266Sopenharmony_ci
9813498266Sopenharmony_ci</protocol>
9913498266Sopenharmony_ci</verify>
10013498266Sopenharmony_ci</testcase>
101