~ubuntu-branches/ubuntu/feisty/curl/feisty-security

« back to all changes in this revision

Viewing changes to tests/data/test80

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
contents
12
12
</data>
13
13
<datacheck>
14
 
HTTP/1.1 200 Mighty fine indeed
15
 
 
 
14
HTTP/1.1 200 Mighty fine indeed
 
15
 
16
16
HTTP/1.1 200 OK
17
17
Date: Thu, 09 Nov 2010 14:49:00 GMT
18
18
Server: test-server/fake swsclose
30
30
http
31
31
</server>
32
32
 <name>
33
 
HTTP over proxy with both proxy and site authentication
 
33
HTTP CONNECT with proxy and host Basic authentication
34
34
 </name>
35
35
 <command>
36
 
http://%HOSTIP:%HOSTPORT/we/want/that/page/80 -p -x %HOSTIP:%HOSTPORT --user iam:myself --proxy-user youare:yourself
 
36
http://%HOSTIP:%HTTPPORT/we/want/that/page/80 -p -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user youare:yourself
37
37
</command>
38
38
</test>
39
39
 
44
44
^User-Agent:.*
45
45
</strip>
46
46
<protocol>
47
 
CONNECT 127.0.0.1:8999 HTTP/1.0
48
 
Proxy-authorization: Basic eW91YXJlOnlvdXJzZWxm
 
47
CONNECT 127.0.0.1:%HTTPPORT HTTP/1.0
 
48
Proxy-Authorization: Basic eW91YXJlOnlvdXJzZWxm
49
49
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
50
50
 
51
51
GET /we/want/that/page/80 HTTP/1.1
52
52
Authorization: Basic aWFtOm15c2VsZg==
53
53
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
54
 
Host: 127.0.0.1:8999
 
54
Host: 127.0.0.1:%HTTPPORT
55
55
Pragma: no-cache
56
56
Accept: */*
57
57