75 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			75 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
<testcase>
 | 
						|
<info>
 | 
						|
<keywords>
 | 
						|
HTTP
 | 
						|
HTTP GET
 | 
						|
HTTP Digest auth
 | 
						|
</keywords>
 | 
						|
</info>
 | 
						|
 | 
						|
# Server-side
 | 
						|
<reply>
 | 
						|
<data>
 | 
						|
HTTP/1.1 401 Authorization Required swsclose
 | 
						|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
 | 
						|
WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
 | 
						|
Content-Type: text/plain; charset=iso-8859-1
 | 
						|
Content-Length: 26
 | 
						|
 | 
						|
This is not the real page
 | 
						|
</data>
 | 
						|
 | 
						|
# This is supposed to be returned when the server gets a
 | 
						|
# Authorization: Digest line passed-in from the client
 | 
						|
# Send nothing to force an error code 52 reply
 | 
						|
<data1000>
 | 
						|
</data1000>
 | 
						|
 | 
						|
<datacheck>
 | 
						|
HTTP/1.1 401 Authorization Required swsclose
 | 
						|
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
 | 
						|
WWW-Authenticate: Digest realm="testrealm", nonce="1053604145"
 | 
						|
Content-Type: text/plain; charset=iso-8859-1
 | 
						|
Content-Length: 26
 | 
						|
 | 
						|
</datacheck>
 | 
						|
 | 
						|
</reply>
 | 
						|
 | 
						|
# Client-side
 | 
						|
<client>
 | 
						|
<server>
 | 
						|
http
 | 
						|
</server>
 | 
						|
<features>
 | 
						|
!SSPI
 | 
						|
crypto
 | 
						|
</features>
 | 
						|
<name>
 | 
						|
HTTP retry after closed connection and empty response
 | 
						|
</name>
 | 
						|
<command>
 | 
						|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --digest
 | 
						|
</command>
 | 
						|
</client>
 | 
						|
 | 
						|
# Verify data after the test has been "shot"
 | 
						|
<verify>
 | 
						|
<errorcode>
 | 
						|
52
 | 
						|
</errorcode>
 | 
						|
<protocol>
 | 
						|
GET /%TESTNUMBER HTTP/1.1
 | 
						|
Host: %HOSTIP:%HTTPPORT
 | 
						|
User-Agent: curl/%VERSION
 | 
						|
Accept: */*
 | 
						|
 | 
						|
GET /%TESTNUMBER HTTP/1.1
 | 
						|
Host: %HOSTIP:%HTTPPORT
 | 
						|
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER", response="e340c7cdca0950462070f46ee139e9f7"
 | 
						|
User-Agent: curl/%VERSION
 | 
						|
Accept: */*
 | 
						|
 | 
						|
</protocol>
 | 
						|
</verify>
 | 
						|
</testcase>
 |