~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to tests/data/test72

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-07-26 19:03:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050726190301-x2m2vmjgc8fwnic5
Tags: 7.14.0-2ubuntu1
Synchronize with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<info>
 
2
<keywords>
 
3
HTTP
 
4
HTTP GET
 
5
HTTP Digest auth
 
6
</keywords>
 
7
</info>
1
8
# Server-side
2
9
<reply>
3
10
<data>
51
58
 <command>
52
59
http://%HOSTIP:%HTTPPORT/72 -u testuser:testpass --anyauth
53
60
</command>
54
 
</test>
 
61
</client>
55
62
 
56
63
# Verify data after the test has been "shot"
57
64
<verify>
62
69
GET /72 HTTP/1.1
63
70
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
64
71
Host: 127.0.0.1:%HTTPPORT
65
 
Pragma: no-cache
66
72
Accept: */*
67
73
 
68
74
GET /72 HTTP/1.1
69
75
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604199", uri="/72", response="9fcd1330377365a09bbcb33b2cbb25bd"
70
76
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
71
77
Host: 127.0.0.1:%HTTPPORT
72
 
Pragma: no-cache
73
78
Accept: */*
74
79
 
75
80
</protocol>