Вы не можете выбрать более 25 тем
			Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
		
		
		
		
		
			
		
			
				
	
	
		
			82 строки
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			82 строки
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
<testcase>
 | 
						|
<info>
 | 
						|
<keywords>
 | 
						|
HTTP
 | 
						|
HTTP GET
 | 
						|
HTTP NTLM auth
 | 
						|
</keywords>
 | 
						|
</info>
 | 
						|
 | 
						|
# Server-side
 | 
						|
<reply>
 | 
						|
 | 
						|
<!-- no <data> in this test since we have NTLM from the start
 | 
						|
 | 
						|
This is supposed to be returned when the server gets a first
 | 
						|
Authorization: NTLM line passed-in from the client -->
 | 
						|
 | 
						|
<data1001>
 | 
						|
HTTP/1.1 401 Now gimme that second request of crap
 | 
						|
Server: Microsoft-IIS/5.0
 | 
						|
Content-Type: text/html; charset=iso-8859-1
 | 
						|
Content-Length: 34
 | 
						|
WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
 | 
						|
Connection: close
 | 
						|
 | 
						|
This is not the real page either!
 | 
						|
</data1001>
 | 
						|
 | 
						|
<datacheck>
 | 
						|
HTTP/1.1 401 Now gimme that second request of crap
 | 
						|
Server: Microsoft-IIS/5.0
 | 
						|
Content-Type: text/html; charset=iso-8859-1
 | 
						|
Content-Length: 34
 | 
						|
WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
 | 
						|
Connection: close
 | 
						|
 | 
						|
This is not the real page either!
 | 
						|
</datacheck>
 | 
						|
 | 
						|
</reply>
 | 
						|
 | 
						|
# Client-side
 | 
						|
<client>
 | 
						|
<features>
 | 
						|
NTLM
 | 
						|
SSL
 | 
						|
!SSPI
 | 
						|
debug
 | 
						|
</features>
 | 
						|
<server>
 | 
						|
http
 | 
						|
</server>
 | 
						|
 <name>
 | 
						|
HTTP with NTLM authorization when talking HTTP/1.0 (known to fail)
 | 
						|
 </name>
 | 
						|
 <setenv>
 | 
						|
# we force our own host name, in order to make the test machine independent
 | 
						|
CURL_GETHOSTNAME=curlhost
 | 
						|
# we try to use the LD_PRELOAD hack, if not a debug build
 | 
						|
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
 | 
						|
 </setenv>
 | 
						|
 <command>
 | 
						|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --ntlm -0
 | 
						|
</command>
 | 
						|
<precheck>
 | 
						|
chkhostname curlhost
 | 
						|
</precheck>
 | 
						|
</client>
 | 
						|
 | 
						|
# Verify data after the test has been "shot"
 | 
						|
<verify>
 | 
						|
<protocol>
 | 
						|
GET /%TESTNUMBER HTTP/1.0
 | 
						|
Host: %HOSTIP:%HTTPPORT
 | 
						|
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
 | 
						|
User-Agent: curl/%VERSION
 | 
						|
Accept: */*
 | 
						|
 | 
						|
</protocol>
 | 
						|
</verify>
 | 
						|
</testcase>
 |