~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to tests/data/test64

  • 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:
29
29
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
30
30
Content-Type: text/html; charset=iso-8859-1
31
31
 
32
 
This IS the real page!
 
32
This IS the real page!
33
33
</datacheck>
34
34
 
35
35
</reply>
43
43
HTTP with Digest authorization
44
44
 </name>
45
45
 <command>
46
 
http://%HOSTIP:%HOSTPORT/64 -u testuser:testpass --digest
 
46
http://%HOSTIP:%HTTPPORT/64 -u testuser:testpass --digest
47
47
</command>
48
48
</test>
49
49
 
54
54
</strip>
55
55
<protocol>
56
56
GET /64 HTTP/1.1
57
 
Host: 127.0.0.1:8999
 
57
Host: 127.0.0.1:%HTTPPORT
58
58
Pragma: no-cache
59
59
Accept: */*
60
60
 
61
61
GET /64 HTTP/1.1
62
62
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/64", response="c55f7f30d83d774a3d2dcacf725abaca"
63
63
User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
64
 
Host: 127.0.0.1:8999
 
64
Host: 127.0.0.1:%HTTPPORT
65
65
Pragma: no-cache
66
66
Accept: */*
67
67