Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test551
blobacd30daf48ae44aaba725e1169270761fbf3563b
1 <testcase>
2 <info>
3 # this test is meant to be exactly like 547 but using Digest instead of NTLM
4 <keywords>
5 HTTP
6 HTTP POST
7 POST callback
8 HTTP proxy Digest auth
9 </keywords>
10 </info>
11 # Server-side
12 <reply>
14 # as a bonus, ww use an excessive nonce length
15 <data>
16 HTTP/1.1 407 Authorization Required swsclose
17 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
18 Proxy-Authenticate: Digest realm="something fun to read", nonce="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
19 Content-Type: text/html; charset=iso-8859-1
20 Connection: close
22 This is not the real page
23 </data>
25 # This is supposed to be returned when the server gets the Digest
26 # Authorization: line passed-in from the client
27 <data1000>
28 HTTP/1.1 200 Things are fine in proxy land swsclose
29 Server: Microsoft-IIS/5.0
30 Content-Type: text/html; charset=iso-8859-1
31 Content-Length: 42
33 Contents of that page you requested, sir.
34 </data1000>
36 <datacheck>
37 HTTP/1.1 407 Authorization Required swsclose
38 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
39 Proxy-Authenticate: Digest realm="something fun to read", nonce="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
40 Content-Type: text/html; charset=iso-8859-1
41 Connection: close
43 HTTP/1.1 200 Things are fine in proxy land swsclose
44 Server: Microsoft-IIS/5.0
45 Content-Type: text/html; charset=iso-8859-1
46 Content-Length: 42
48 Contents of that page you requested, sir.
49 </datacheck>
50 </reply>
52 # Client-side
53 <client>
54 <server>
55 http
56 </server>
57 # tool to use
58 <tool>
59 lib547
60 </tool>
61 <features>
62 </features>
63  <name>
64 HTTP proxy auth Digest with POST data from read callback
65  </name>
66  <command>
67 http://test.remote.server.com/path/551 http://%HOSTIP:%HTTPPORT s1lly:pers0n
68 </command>
69 </client>
71 # Verify data after the test has been "shot"
72 <verify>
73 <strip>
74 ^User-Agent: curl/.*
75 </strip>
76 # We strip off a large chunk of the type-2 NTLM message since it depends on
77 # the local host name and thus differs on different machines!
78 <strippart>
79 s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA).*/$1/
80 </strippart>
81 <protocol>
82 POST http://test.remote.server.com/path/551 HTTP/1.1
83 Host: test.remote.server.com
84 Pragma: no-cache
85 Accept: */*
86 Proxy-Connection: Keep-Alive
87 Content-Length: 36
88 Content-Type: application/x-www-form-urlencoded
90 this is the blurb we want to upload
91 POST http://test.remote.server.com/path/551 HTTP/1.1
92 Proxy-Authorization: Digest username="s1lly", realm="something fun to read", nonce="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", uri="/path/551", response="3325240726fbdaf1e61f3a0dd40b930c"
93 Host: test.remote.server.com
94 Pragma: no-cache
95 Accept: */*
96 Proxy-Connection: Keep-Alive
97 Content-Length: 36
98 Content-Type: application/x-www-form-urlencoded
100 this is the blurb we want to upload
101 </protocol>
102 </verify>
103 </testcase>