xref: /third_party/curl/tests/data/test1072 (revision 13498266)
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 is impossible to satisfy with HTTP 1.0
413498266Sopenharmony_ci# because chunked encoding is unavailable, so the request must fail.
513498266Sopenharmony_ci<info>
613498266Sopenharmony_ci<keywords>
713498266Sopenharmony_ciHTTP
813498266Sopenharmony_ciHTTP PUT
913498266Sopenharmony_ciHTTP Digest auth
1013498266Sopenharmony_ci--anyauth
1113498266Sopenharmony_ciHTTP/1.0
1213498266Sopenharmony_cichunked Transfer-Encoding
1313498266Sopenharmony_ci</keywords>
1413498266Sopenharmony_ci</info>
1513498266Sopenharmony_ci
1613498266Sopenharmony_ci# Server-side
1713498266Sopenharmony_ci<reply>
1813498266Sopenharmony_ci<data>
1913498266Sopenharmony_ciHTTP/1.0 401 Authorization Required swsclose
2013498266Sopenharmony_ciServer: testcurl
2113498266Sopenharmony_ciWWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
2213498266Sopenharmony_ciWWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
2313498266Sopenharmony_ciWWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
2413498266Sopenharmony_ciContent-Type: text/plain
2513498266Sopenharmony_ciContent-Length: 0
2613498266Sopenharmony_ciConnection: close
2713498266Sopenharmony_ci
2813498266Sopenharmony_ci</data>
2913498266Sopenharmony_ci</reply>
3013498266Sopenharmony_ci
3113498266Sopenharmony_ci# Client-side
3213498266Sopenharmony_ci<client>
3313498266Sopenharmony_ci<server>
3413498266Sopenharmony_cihttp
3513498266Sopenharmony_ci</server>
3613498266Sopenharmony_ci<features>
3713498266Sopenharmony_cicrypto
3813498266Sopenharmony_ci</features>
3913498266Sopenharmony_ci<name>
4013498266Sopenharmony_ciHTTP chunked PUT to HTTP 1.0 server with authorization
4113498266Sopenharmony_ci</name>
4213498266Sopenharmony_ci<command>
4313498266Sopenharmony_cihttp://%HOSTIP:%HTTPPORT/%TESTNUMBER -T - -u testuser:testpass --anyauth
4413498266Sopenharmony_ci</command>
4513498266Sopenharmony_ci<stdin>
4613498266Sopenharmony_ciThis is data we upload with PUT
4713498266Sopenharmony_ciit comes from stdin so MUST be sent
4813498266Sopenharmony_ciwith chunked encoding
4913498266Sopenharmony_ciwhich is impossible in HTTP/1.0
5013498266Sopenharmony_ci</stdin>
5113498266Sopenharmony_ci</client>
5213498266Sopenharmony_ci
5313498266Sopenharmony_ci# Verify data after the test has been "shot"
5413498266Sopenharmony_ci<verify>
5513498266Sopenharmony_ci<errorcode>
5613498266Sopenharmony_ci25
5713498266Sopenharmony_ci</errorcode>
5813498266Sopenharmony_ci<protocol>
5913498266Sopenharmony_ciPUT /%TESTNUMBER HTTP/1.1
6013498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
6113498266Sopenharmony_ciUser-Agent: curl/%VERSION
6213498266Sopenharmony_ciAccept: */*
6313498266Sopenharmony_ciTransfer-Encoding: chunked
6413498266Sopenharmony_ciExpect: 100-continue
6513498266Sopenharmony_ci
6613498266Sopenharmony_ci%if hyper
6713498266Sopenharmony_ci7A
6813498266Sopenharmony_ci%else
6913498266Sopenharmony_ci7a
7013498266Sopenharmony_ci%endif
7113498266Sopenharmony_ciThis is data we upload with PUT
7213498266Sopenharmony_ciit comes from stdin so MUST be sent
7313498266Sopenharmony_ciwith chunked encoding
7413498266Sopenharmony_ciwhich is impossible in HTTP/1.0
7513498266Sopenharmony_ci
7613498266Sopenharmony_ci0
7713498266Sopenharmony_ci
7813498266Sopenharmony_ci</protocol>
7913498266Sopenharmony_ci</verify>
8013498266Sopenharmony_ci</testcase>
81