xref: /third_party/curl/tests/data/test1100 (revision 13498266)
113498266Sopenharmony_ci<testcase>
213498266Sopenharmony_ci<info>
313498266Sopenharmony_ci<keywords>
413498266Sopenharmony_ciHTTP
513498266Sopenharmony_ciHTTP POST
613498266Sopenharmony_ciHTTP NTLM auth
713498266Sopenharmony_ci</keywords>
813498266Sopenharmony_ci</info>
913498266Sopenharmony_ci# Server-side
1013498266Sopenharmony_ci<reply>
1113498266Sopenharmony_ci
1213498266Sopenharmony_ci<data>
1313498266Sopenharmony_ciHTTP/1.1 200 Thanks for this! swsclose
1413498266Sopenharmony_ciContent-Length: 25
1513498266Sopenharmony_ci
1613498266Sopenharmony_ciThis is the final page !
1713498266Sopenharmony_ci</data>
1813498266Sopenharmony_ci
1913498266Sopenharmony_ci<data1001>
2013498266Sopenharmony_ciHTTP/1.1 401 Now gimme that second request of crap
2113498266Sopenharmony_ciServer: Microsoft-IIS/5.0
2213498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
2313498266Sopenharmony_ciContent-Length: 34
2413498266Sopenharmony_ciWWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAACGggEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
2513498266Sopenharmony_ci
2613498266Sopenharmony_ciThis is not the real page either!
2713498266Sopenharmony_ci</data1001>
2813498266Sopenharmony_ci
2913498266Sopenharmony_ci# This is supposed to be returned when the server gets the second
3013498266Sopenharmony_ci# Authorization: NTLM line passed-in from the client
3113498266Sopenharmony_ci<data1002>
3213498266Sopenharmony_ciHTTP/1.1 302 Thanks for this, but we want to redir you!
3313498266Sopenharmony_ciServer: Microsoft-IIS/5.0
3413498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
3513498266Sopenharmony_ciLocation: /%TESTNUMBER
3613498266Sopenharmony_ciContent-Length: 34
3713498266Sopenharmony_ci
3813498266Sopenharmony_ciThis is not the real page either!
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 302 Thanks for this, but we want to redir you!
4913498266Sopenharmony_ciServer: Microsoft-IIS/5.0
5013498266Sopenharmony_ciContent-Type: text/html; charset=iso-8859-1
5113498266Sopenharmony_ciLocation: /%TESTNUMBER
5213498266Sopenharmony_ciContent-Length: 34
5313498266Sopenharmony_ci
5413498266Sopenharmony_ciHTTP/1.1 200 Thanks for this! swsclose
5513498266Sopenharmony_ciContent-Length: 25
5613498266Sopenharmony_ci
5713498266Sopenharmony_ciThis is the final page !
5813498266Sopenharmony_ci</datacheck>
5913498266Sopenharmony_ci
6013498266Sopenharmony_ci</reply>
6113498266Sopenharmony_ci
6213498266Sopenharmony_ci# Client-side
6313498266Sopenharmony_ci<client>
6413498266Sopenharmony_ci<features>
6513498266Sopenharmony_ciNTLM
6613498266Sopenharmony_ciSSL
6713498266Sopenharmony_ci!SSPI
6813498266Sopenharmony_cidebug
6913498266Sopenharmony_ci</features>
7013498266Sopenharmony_ci<server>
7113498266Sopenharmony_cihttp
7213498266Sopenharmony_ci</server>
7313498266Sopenharmony_ci<name>
7413498266Sopenharmony_ciHTTP POST with NTLM authorization and following a 302 redirect
7513498266Sopenharmony_ci</name>
7613498266Sopenharmony_ci <setenv>
7713498266Sopenharmony_ci# we force our own host name, in order to make the test machine independent
7813498266Sopenharmony_ciCURL_GETHOSTNAME=curlhost
7913498266Sopenharmony_ci# we try to use the LD_PRELOAD hack, if not a debug build
8013498266Sopenharmony_ciLD_PRELOAD=%PWD/libtest/.libs/libhostname.so
8113498266Sopenharmony_ci </setenv>
8213498266Sopenharmony_ci<command>
8313498266Sopenharmony_cihttp://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --ntlm -L -d "stuff to send away"
8413498266Sopenharmony_ci</command>
8513498266Sopenharmony_ci<precheck>
8613498266Sopenharmony_cichkhostname curlhost
8713498266Sopenharmony_ci</precheck>
8813498266Sopenharmony_ci</client>
8913498266Sopenharmony_ci
9013498266Sopenharmony_ci# Verify data after the test has been "shot"
9113498266Sopenharmony_ci<verify>
9213498266Sopenharmony_ciPOST /%TESTNUMBER HTTP/1.1
9313498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
9413498266Sopenharmony_ciAuthorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
9513498266Sopenharmony_ciUser-Agent: curl/%VERSION
9613498266Sopenharmony_ciAccept: */*
9713498266Sopenharmony_ciContent-Length: 0
9813498266Sopenharmony_ciContent-Type: application/x-www-form-urlencoded
9913498266Sopenharmony_ci
10013498266Sopenharmony_ciPOST /%TESTNUMBER HTTP/1.1
10113498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
10213498266Sopenharmony_ciAuthorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAIAAgAeAAAAAAAAAAAAAAAhoIBAFpkQwKRCZFMhjj0tw47wEjKHRHlvzfxQamFcheMuv8v+xeqphEO5V41xRd7R9deOXRlc3R1c2VyY3VybGhvc3Q=
10313498266Sopenharmony_ciUser-Agent: curl/%VERSION
10413498266Sopenharmony_ciAccept: */*
10513498266Sopenharmony_ciContent-Length: 18
10613498266Sopenharmony_ciContent-Type: application/x-www-form-urlencoded
10713498266Sopenharmony_ci
10813498266Sopenharmony_cistuff to send awayGET /%TESTNUMBER HTTP/1.1
10913498266Sopenharmony_ciHost: %HOSTIP:%HTTPPORT
11013498266Sopenharmony_ciUser-Agent: curl/%VERSION
11113498266Sopenharmony_ciAccept: */*
11213498266Sopenharmony_ci
11313498266Sopenharmony_ci</verify>
11413498266Sopenharmony_ci</testcase>
115