113498266Sopenharmony_ci<testcase>
213498266Sopenharmony_ci# Authorization is used to force curl to realize that the server is
313498266Sopenharmony_ci# speaking HTTP 1.0. The request must be resent with the correct
413498266Sopenharmony_ci# authorization header, but using HTTP 1.0, not 1.1.
513498266Sopenharmony_ci<info>
613498266Sopenharmony_ci<keywords>
713498266Sopenharmony_ciHTTP
813498266Sopenharmony_ciHTTP PUT
913498266Sopenharmony_ciHTTP Digest auth
1013498266Sopenharmony_ci--anyauth
1113498266Sopenharmony_ciHTTP/1.0
1213498266Sopenharmony_ci</keywords>
1313498266Sopenharmony_ci</info>
1413498266Sopenharmony_ci
1513498266Sopenharmony_ci# Server-side
1613498266Sopenharmony_ci<reply>
1713498266Sopenharmony_ci<data>
1813498266Sopenharmony_ciHTTP/1.0 401 Authorization Required swsclose
1913498266Sopenharmony_ciServer: testcurl
2013498266Sopenharmony_ciWWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
2113498266Sopenharmony_ciWWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
2213498266Sopenharmony_ciWWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
2313498266Sopenharmony_ciContent-Type: text/plain
2413498266Sopenharmony_ciContent-Length: 35
2513498266Sopenharmony_ciConnection: close
2613498266Sopenharmony_ci
2713498266Sopenharmony_ciTry again on this HTTP 1.0 server!
2813498266Sopenharmony_ci</data>
2913498266Sopenharmony_ci
3013498266Sopenharmony_ci# This is supposed to be returned when the server gets a
3113498266Sopenharmony_ci# Authorization: Digest line passed-in from the client
3213498266Sopenharmony_ci<data1000>
3313498266Sopenharmony_ciHTTP/1.0 200 OK swsclose
3413498266Sopenharmony_ciServer: testcurl
3513498266Sopenharmony_ciContent-Type: text/plain
3613498266Sopenharmony_ciContent-Length: 23
3713498266Sopenharmony_ciConnection: close
3813498266Sopenharmony_ci
3913498266Sopenharmony_ciThis IS the real page!
4013498266Sopenharmony_ci</data1000>
4113498266Sopenharmony_ci
4213498266Sopenharmony_ci<datacheck>
4313498266Sopenharmony_ciHTTP/1.0 401 Authorization Required swsclose
4413498266Sopenharmony_ciServer: testcurl
4513498266Sopenharmony_ciWWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
4613498266Sopenharmony_ciWWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
4713498266Sopenharmony_ciWWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
4813498266Sopenharmony_ciContent-Type: text/plain
4913498266Sopenharmony_ciContent-Length: 35
5013498266Sopenharmony_ciConnection: close
5113498266Sopenharmony_ci
5213498266Sopenharmony_ciHTTP/1.0 200 OK swsclose
5313498266Sopenharmony_ciServer: testcurl
5413498266Sopenharmony_ciContent-Type: text/plain
5513498266Sopenharmony_ciContent-Length: 23
5613498266Sopenharmony_ciConnection: close
5713498266Sopenharmony_ci
5813498266Sopenharmony_ciThis IS the real page!
5913498266Sopenharmony_ci</datacheck>
6013498266Sopenharmony_ci
6113498266Sopenharmony_ci</reply>
6213498266Sopenharmony_ci
6313498266Sopenharmony_ci# Client-side
6413498266Sopenharmony_ci<client>
6513498266Sopenharmony_ci<server>
6613498266Sopenharmony_cihttp
6713498266Sopenharmony_ci</server>
6813498266Sopenharmony_ci<features>
6913498266Sopenharmony_ci!SSPI
7013498266Sopenharmony_cicrypto
7113498266Sopenharmony_ci</features>
7213498266Sopenharmony_ci<name>
7313498266Sopenharmony_ciDowngraded HTTP PUT to HTTP 1.0 with authorization
7413498266Sopenharmony_ci</name>
7513498266Sopenharmony_ci<command>
7613498266Sopenharmony_cihttp://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/put%TESTNUMBER -u testuser:testpass --anyauth
7713498266Sopenharmony_ci</command>
7813498266Sopenharmony_ci<file name="%LOGDIR/put%TESTNUMBER">
7913498266Sopenharmony_ciThis is data we upload with PUT
8013498266Sopenharmony_cia second line
8113498266Sopenharmony_ciline three
8213498266Sopenharmony_cifour is the number of lines
8313498266Sopenharmony_ci</file>
8413498266Sopenharmony_ci</client>
8513498266Sopenharmony_ci
8613498266Sopenharmony_ci# Verify data after the test has been "shot"
8713498266Sopenharmony_ci<verify>
8813498266Sopenharmony_ci<protocol>
8913498266Sopenharmony_ciPUT /%TESTNUMBER HTTP/1.1
9013498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
9113498266Sopenharmony_ciUser-Agent: curl/%VERSION
9213498266Sopenharmony_ciAccept: */*
9313498266Sopenharmony_ciContent-Length: 85
9413498266Sopenharmony_ci
9513498266Sopenharmony_ciThis is data we upload with PUT
9613498266Sopenharmony_cia second line
9713498266Sopenharmony_ciline three
9813498266Sopenharmony_cifour is the number of lines
9913498266Sopenharmony_ciPUT /%TESTNUMBER HTTP/1.0
10013498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
10113498266Sopenharmony_ciAuthorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER", response="df4cef6b52a30e65d472dd848d2055a1"
10213498266Sopenharmony_ciUser-Agent: curl/%VERSION
10313498266Sopenharmony_ciAccept: */*
10413498266Sopenharmony_ciContent-Length: 85
10513498266Sopenharmony_ci
10613498266Sopenharmony_ciThis is data we upload with PUT
10713498266Sopenharmony_cia second line
10813498266Sopenharmony_ciline three
10913498266Sopenharmony_cifour is the number of lines
11013498266Sopenharmony_ci</protocol>
11113498266Sopenharmony_ci</verify>
11213498266Sopenharmony_ci</testcase>
113