~ubuntu-branches/ubuntu/natty/curl/natty-proposed

« back to all changes in this revision

Viewing changes to tests/data/test1008

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-05-24 21:12:19 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20090524211219-7jgcwuhl04ixuqsm
Tags: upstream-7.19.5
ImportĀ upstreamĀ versionĀ 7.19.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<keywords>
4
4
HTTP
5
5
HTTP GET
 
6
HTTP CONNECT
6
7
HTTP proxy
7
8
HTTP proxy NTLM auth
8
 
CONNECT
9
9
</keywords>
10
10
</info>
 
11
 
11
12
# Server-side
12
13
<reply>
13
14
 
86
87
HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
87
88
 </name>
88
89
 <command>
89
 
http://test.remote.server.com:1008/path/10080002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel
 
90
http://test.remote.haxx.se:1008/path/10080002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel
90
91
</command>
91
92
</client>
92
93
 
101
102
s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA).*/$1/
102
103
</strippart>
103
104
<protocol>
104
 
CONNECT test.remote.server.com:1008 HTTP/1.0
105
 
Host: test.remote.server.com:1008
 
105
CONNECT test.remote.haxx.se:1008 HTTP/1.1
 
106
Host: test.remote.haxx.se:1008
106
107
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
107
108
Proxy-Connection: Keep-Alive
108
109
 
109
 
CONNECT test.remote.server.com:1008 HTTP/1.0
110
 
Host: test.remote.server.com:1008
 
110
CONNECT test.remote.haxx.se:1008 HTTP/1.1
 
111
Host: test.remote.haxx.se:1008
111
112
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA
112
113
Proxy-Connection: Keep-Alive
113
114
 
114
115
GET /path/10080002 HTTP/1.1
115
116
User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6b zlib/1.1.4
116
 
Host: test.remote.server.com:1008
 
117
Host: test.remote.haxx.se:1008
117
118
Accept: */*
118
119
 
119
120
</protocol>