Git init
[external/curl.git] / tests / data / test547
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP POST
6 POST callback
7 HTTP proxy
8 HTTP proxy NTLM auth
9 </keywords>
10 </info>
11 # Server-side
12 <reply>
13
14 <data>
15 HTTP/1.1 407 Authorization Required swsclose\r
16 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
17 Proxy-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"\r
18 Proxy-Authenticate: Basic realm="gimme all yer s3cr3ts"\r
19 Proxy-Authenticate: NTLM\r
20 Content-Type: text/html; charset=iso-8859-1\r
21 Connection: close\r
22 \r
23 This is not the real page
24 </data>
25
26 # this is returned first since we get no proxy-auth
27 <data1001>
28 HTTP/1.1 407 Authorization Required to proxy me my dear\r
29 Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
30 Content-Length: 34\r
31 \r
32 Hey you, authenticate or go away!
33 </data1001>
34
35 # This is supposed to be returned when the server gets the second
36 # Authorization: NTLM line passed-in from the client
37 <data1002>
38 HTTP/1.1 200 Things are fine in proxy land swsclose\r
39 Server: Microsoft-IIS/5.0\r
40 Content-Type: text/html; charset=iso-8859-1\r
41 Content-Length: 42\r
42 \r
43 Contents of that page you requested, sir.
44 </data1002>
45
46 <datacheck>
47 HTTP/1.1 407 Authorization Required swsclose\r
48 Server: Apache/1.3.27 (Darwin) PHP/4.1.2\r
49 Proxy-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"\r
50 Proxy-Authenticate: Basic realm="gimme all yer s3cr3ts"\r
51 Proxy-Authenticate: NTLM\r
52 Content-Type: text/html; charset=iso-8859-1\r
53 Connection: close\r
54 \r
55 HTTP/1.1 407 Authorization Required to proxy me my dear\r
56 Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==\r
57 Content-Length: 34\r
58 \r
59 HTTP/1.1 200 Things are fine in proxy land swsclose\r
60 Server: Microsoft-IIS/5.0\r
61 Content-Type: text/html; charset=iso-8859-1\r
62 Content-Length: 42\r
63 \r
64 Contents of that page you requested, sir.
65 </datacheck>
66 </reply>
67
68 # Client-side
69 <client>
70 <server>
71 http
72 </server>
73 # tool to use
74 <tool>
75 lib547
76 </tool>
77 <features>
78 NTLM
79 </features>
80  <name>
81 HTTP proxy auth NTLM with POST data from read callback
82  </name>
83  <setenv>
84 # we force our own host name, in order to make the test machine independent
85 CURL_GETHOSTNAME=curlhost
86 # we try to use the LD_PRELOAD hack, if not a debug build
87 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
88  </setenv>
89  <command>
90 http://test.remote.haxx.se/path/547 http://%HOSTIP:%HTTPPORT s1lly:pers0n
91 </command>
92 <precheck>
93 chkhostname curlhost
94 </precheck>
95 </client>
96
97 # Verify data after the test has been "shot"
98 <verify>
99 <strip>
100 ^User-Agent: curl/.*
101 </strip>
102 <protocol>
103 POST http://test.remote.haxx.se/path/547 HTTP/1.1\r
104 User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13\r
105 Host: test.remote.haxx.se\r
106 Accept: */*\r
107 Proxy-Connection: Keep-Alive\r
108 Content-Length: 36\r
109 Content-Type: application/x-www-form-urlencoded\r
110 \r
111 this is the blurb we want to upload
112 POST http://test.remote.haxx.se/path/547 HTTP/1.1\r
113 Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=\r
114 User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13\r
115 Host: test.remote.haxx.se\r
116 Accept: */*\r
117 Proxy-Connection: Keep-Alive\r
118 Content-Length: 0\r
119 Content-Type: application/x-www-form-urlencoded\r
120 \r
121 POST http://test.remote.haxx.se/path/547 HTTP/1.1\r
122 Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAAIAAgAdQAAAAAAAAAAAAAABoKBAIYrD1xJmhNBNL9fLzuk9PV9436GAxPu0EKWzqQ/sZDVLXnp1JrySgl8A+cibE6z4HMxbGx5Y3VybGhvc3Q=\r
123 User-Agent: curl/7.13.2-CVS (i686-pc-linux-gnu) libcurl/7.13.2-CVS OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13\r
124 Host: test.remote.haxx.se\r
125 Accept: */*\r
126 Proxy-Connection: Keep-Alive\r
127 Content-Length: 36\r
128 Content-Type: application/x-www-form-urlencoded\r
129 \r
130 this is the blurb we want to upload
131 </protocol>
132 </verify>
133 </testcase>