~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/data/test84

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050323184129-9hgq7luenq51umpu
Tags: upstream-7.12.3
ImportĀ upstreamĀ versionĀ 7.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
HTTP over proxy with site authentication
23
23
 </name>
24
24
 <command>
25
 
http://%HOSTIP:%HOSTPORT/we/want/that/page/84 -x %HOSTIP:%HOSTPORT --user iam:myself
 
25
http://%HOSTIP:%HTTPPORT/we/want/that/page/84 -x %HOSTIP:%HTTPPORT --user iam:myself
26
26
</command>
27
27
</test>
28
28
 
33
33
^User-Agent:.*
34
34
</strip>
35
35
<protocol>
36
 
GET http://127.0.0.1:8999/we/want/that/page/84 HTTP/1.1
 
36
GET http://127.0.0.1:%HTTPPORT/we/want/that/page/84 HTTP/1.1
37
37
Authorization: Basic aWFtOm15c2VsZg==
38
38
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
39
 
Host: 127.0.0.1:8999
 
39
Host: 127.0.0.1:%HTTPPORT
40
40
Pragma: no-cache
41
41
Accept: */*
42
42