113498266Sopenharmony_ci<testcase>
213498266Sopenharmony_ci<info>
313498266Sopenharmony_ci<keywords>
413498266Sopenharmony_ciHTTP
513498266Sopenharmony_ciHTTP GET
613498266Sopenharmony_ciHTTP Basic auth
713498266Sopenharmony_ci</keywords>
813498266Sopenharmony_ci</info>
913498266Sopenharmony_ci# Server-side
1013498266Sopenharmony_ci<reply>
1113498266Sopenharmony_ci
1213498266Sopenharmony_ci<!-- First request has Basic auth, right password -->
1313498266Sopenharmony_ci<data100>
1413498266Sopenharmony_ciHTTP/1.1 200 Things are fine in server land
1513498266Sopenharmony_ciServer: Microsoft-IIS/5.0
1613498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
1713498266Sopenharmony_ciContent-Length: 32
1813498266Sopenharmony_ci
1913498266Sopenharmony_ciFinally, this is the real page!
2013498266Sopenharmony_ci</data100>
2113498266Sopenharmony_ci
2213498266Sopenharmony_ci<!-- Second request with Basic auth disabled -->
2313498266Sopenharmony_ci<data200>
2413498266Sopenharmony_ciHTTP/1.1 401 Sorry wrong password (2)
2513498266Sopenharmony_ciServer: Microsoft-IIS/5.0
2613498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
2713498266Sopenharmony_ciContent-Length: 29
2813498266Sopenharmony_ciWWW-Authenticate: Basic realm="testrealm"
2913498266Sopenharmony_ci
3013498266Sopenharmony_ciThis is a bad password page!
3113498266Sopenharmony_ci</data200>
3213498266Sopenharmony_ci
3313498266Sopenharmony_ci</reply>
3413498266Sopenharmony_ci
3513498266Sopenharmony_ci# Client-side
3613498266Sopenharmony_ci<client>
3713498266Sopenharmony_ci<server>
3813498266Sopenharmony_cihttp
3913498266Sopenharmony_ci</server>
4013498266Sopenharmony_ci<name>
4113498266Sopenharmony_ciHTTP Basic authorization, then without authorization
4213498266Sopenharmony_ci</name>
4313498266Sopenharmony_ci<command option="no-output,no-include">
4413498266Sopenharmony_ci-u testuser:testpass http://%HOSTIP:%HTTPPORT/%TESTNUMBER0100 --next --no-basic http://%HOSTIP:%HTTPPORT/%TESTNUMBER0200
4513498266Sopenharmony_ci</command>
4613498266Sopenharmony_ci</client>
4713498266Sopenharmony_ci
4813498266Sopenharmony_ci# Verify data after the test has been "shot"
4913498266Sopenharmony_ci<verify>
5013498266Sopenharmony_ci<protocol>
5113498266Sopenharmony_ciGET /%TESTNUMBER0100 HTTP/1.1
5213498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
5313498266Sopenharmony_ciAuthorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
5413498266Sopenharmony_ciUser-Agent: curl/%VERSION
5513498266Sopenharmony_ciAccept: */*
5613498266Sopenharmony_ci
5713498266Sopenharmony_ciGET /%TESTNUMBER0200 HTTP/1.1
5813498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
5913498266Sopenharmony_ciUser-Agent: curl/%VERSION
6013498266Sopenharmony_ciAccept: */*
6113498266Sopenharmony_ci
6213498266Sopenharmony_ci</protocol>
6313498266Sopenharmony_ci<stdout>
6413498266Sopenharmony_ciFinally, this is the real page!
6513498266Sopenharmony_ciThis is a bad password page!
6613498266Sopenharmony_ci</stdout>
6713498266Sopenharmony_ci</verify>
6813498266Sopenharmony_ci</testcase>
69