~ubuntu-branches/ubuntu/vivid/curl/vivid-security

« back to all changes in this revision

Viewing changes to tests/data/test206

  • 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) (1.3.1)
  • 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
proxytunnel
8
9
HTTP proxy Digest auth
70
71
HTTP proxy CONNECT auth Digest
71
72
 </name>
72
73
 <command>
73
 
http://test.remote.server.com:206/path/2060002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
 
74
http://test.remote.haxx.se:206/path/2060002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
74
75
</command>
75
76
</client>
76
77
 
80
81
^User-Agent: curl/.*
81
82
</strip>
82
83
<protocol>
83
 
CONNECT test.remote.server.com:206 HTTP/1.0
84
 
Host: test.remote.server.com:206
 
84
CONNECT test.remote.haxx.se:206 HTTP/1.1
 
85
Host: test.remote.haxx.se:206
85
86
Proxy-Connection: Keep-Alive
86
87
 
87
 
CONNECT test.remote.server.com:206 HTTP/1.0
88
 
Host: test.remote.server.com:206
89
 
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.server.com:206", response="5059a96c954981ceb94e17d667c8d3f8"
 
88
CONNECT test.remote.haxx.se:206 HTTP/1.1
 
89
Host: test.remote.haxx.se:206
 
90
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.haxx.se:206", response="676e0836f3e1c5b31bf29770ef9d8224"
90
91
Proxy-Connection: Keep-Alive
91
92
 
92
93
GET /path/2060002 HTTP/1.1
93
94
User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6b zlib/1.1.4
94
 
Host: test.remote.server.com:206
 
95
Host: test.remote.haxx.se:206
95
96
Accept: */*
96
97
 
97
98
</protocol>