113498266Sopenharmony_ci<testcase>
213498266Sopenharmony_ci<info>
313498266Sopenharmony_ci# This test is a copy of test 67, modified to use an HTTP proxy.
413498266Sopenharmony_ci<keywords>
513498266Sopenharmony_ciHTTP
613498266Sopenharmony_ciHTTP GET
713498266Sopenharmony_ciHTTP NTLM auth
813498266Sopenharmony_ciHTTP proxy
913498266Sopenharmony_ciNTLM
1013498266Sopenharmony_ci</keywords>
1113498266Sopenharmony_ci</info>
1213498266Sopenharmony_ci# Server-side
1313498266Sopenharmony_ci<reply>
1413498266Sopenharmony_ci
1513498266Sopenharmony_ci<!-- no <data> in this test since we have NTLM from the start
1613498266Sopenharmony_ci
1713498266Sopenharmony_ciThis is supposed to be returned when the server gets a first
1813498266Sopenharmony_ciAuthorization: NTLM line passed-in from the client -->
1913498266Sopenharmony_ci
2013498266Sopenharmony_ci<data1001>
2113498266Sopenharmony_ciHTTP/1.1 401 Now gimme that second request of crap
2213498266Sopenharmony_ciServer: Microsoft-IIS/5.0
2313498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
2413498266Sopenharmony_ciContent-Length: 34
2513498266Sopenharmony_ciWWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
2613498266Sopenharmony_ci
2713498266Sopenharmony_ciThis is not the real page either!
2813498266Sopenharmony_ci</data1001>
2913498266Sopenharmony_ci
3013498266Sopenharmony_ci# This is supposed to be returned when the server gets the second
3113498266Sopenharmony_ci# Authorization: NTLM line passed-in from the client
3213498266Sopenharmony_ci<data1002>
3313498266Sopenharmony_ciHTTP/1.1 200 Things are fine in server land swsclose
3413498266Sopenharmony_ciServer: Microsoft-IIS/5.0
3513498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
3613498266Sopenharmony_ciContent-Length: 32
3713498266Sopenharmony_ci
3813498266Sopenharmony_ciFinally, this is the real page!
3913498266Sopenharmony_ci</data1002>
4013498266Sopenharmony_ci
4113498266Sopenharmony_ci<datacheck>
4213498266Sopenharmony_ciHTTP/1.1 401 Now gimme that second request of crap
4313498266Sopenharmony_ciServer: Microsoft-IIS/5.0
4413498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
4513498266Sopenharmony_ciContent-Length: 34
4613498266Sopenharmony_ciWWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
4713498266Sopenharmony_ci
4813498266Sopenharmony_ciHTTP/1.1 200 Things are fine in server land swsclose
4913498266Sopenharmony_ciServer: Microsoft-IIS/5.0
5013498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
5113498266Sopenharmony_ciContent-Length: 32
5213498266Sopenharmony_ci
5313498266Sopenharmony_ciFinally, this is the real page!
5413498266Sopenharmony_ci</datacheck>
5513498266Sopenharmony_ci
5613498266Sopenharmony_ci</reply>
5713498266Sopenharmony_ci
5813498266Sopenharmony_ci# Client-side
5913498266Sopenharmony_ci<client>
6013498266Sopenharmony_ci<features>
6113498266Sopenharmony_ciNTLM
6213498266Sopenharmony_ciSSL
6313498266Sopenharmony_ci!SSPI
6413498266Sopenharmony_ciproxy
6513498266Sopenharmony_ci</features>
6613498266Sopenharmony_ci<server>
6713498266Sopenharmony_cihttp
6813498266Sopenharmony_ci</server>
6913498266Sopenharmony_ci<name>
7013498266Sopenharmony_ciHTTP with server NTLM authorization using a proxy
7113498266Sopenharmony_ci</name>
7213498266Sopenharmony_ci<command>
7313498266Sopenharmony_cihttp://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --ntlm --proxy http://%HOSTIP:%HTTPPORT
7413498266Sopenharmony_ci</command>
7513498266Sopenharmony_ci</client>
7613498266Sopenharmony_ci
7713498266Sopenharmony_ci# Verify data after the test has been "shot"
7813498266Sopenharmony_ci<verify>
7913498266Sopenharmony_ci<protocol>
8013498266Sopenharmony_ciGET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
8113498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
8213498266Sopenharmony_ciAuthorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
8313498266Sopenharmony_ciUser-Agent: curl/%VERSION
8413498266Sopenharmony_ciAccept: */*
8513498266Sopenharmony_ciProxy-Connection: Keep-Alive
8613498266Sopenharmony_ci
8713498266Sopenharmony_ciGET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
8813498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
8913498266Sopenharmony_ciAuthorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAALAAsAeAAAAAAAAAAAAAAAhoIBAFpkQwKRCZFMhjj0tw47wEjKHRHlvzfxQamFcheMuv8v+xeqphEO5V41xRd7R9deOXRlc3R1c2VyV09SS1NUQVRJT04=
9013498266Sopenharmony_ciUser-Agent: curl/%VERSION
9113498266Sopenharmony_ciAccept: */*
9213498266Sopenharmony_ciProxy-Connection: Keep-Alive
9313498266Sopenharmony_ci
9413498266Sopenharmony_ci</protocol>
9513498266Sopenharmony_ci</verify>
9613498266Sopenharmony_ci</testcase>
97