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

« back to all changes in this revision

Viewing changes to tests/data/test81

  • 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:
52
52
HTTP with proxy using NTLM authorization
53
53
 </name>
54
54
 <command>
55
 
http://%HOSTIP:%HOSTPORT/81 --proxy-user testuser:testpass -x http://%HOSTIP:%HOSTPORT --proxy-ntlm
 
55
http://%HOSTIP:%HTTPPORT/81 --proxy-user testuser:testpass -x http://%HOSTIP:%HTTPPORT --proxy-ntlm
56
56
</command>
57
57
</test>
58
58
 
62
62
^User-Agent:.*
63
63
</strip>
64
64
<protocol>
65
 
GET http://127.0.0.1:8999/81 HTTP/1.1
 
65
GET http://127.0.0.1:%HTTPPORT/81 HTTP/1.1
66
66
Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
67
67
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
68
 
Host: 127.0.0.1:8999
 
68
Host: 127.0.0.1:%HTTPPORT
69
69
Pragma: no-cache
70
70
Accept: */*
71
71
 
72
 
GET http://127.0.0.1:8999/81 HTTP/1.1
 
72
GET http://127.0.0.1:%HTTPPORT/81 HTTP/1.1
73
73
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEgAAAAYABgAYAAAAAAAAABAAAAACAAIAEAAAAAAAAAASAAAAAAAAAB4AAAAAYIAAHRlc3R1c2VyWmRDApEJkUyGOPS3DjvASModEeW/N/FBqYVyF4y6/y/7F6qmEQ7lXjXFF3tH1145
74
74
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
75
 
Host: 127.0.0.1:8999
 
75
Host: 127.0.0.1:%HTTPPORT
76
76
Pragma: no-cache
77
77
Accept: */*
78
78