~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test213

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
HTTP
 
5
HTTP POST
 
6
HTTP CONNECT
 
7
HTTP proxy
 
8
HTTP proxy NTLM auth
 
9
</keywords>
 
10
</info>
 
11
 
2
12
# Server-side
3
13
<reply>
4
14
 
67
77
NTLM
68
78
</features>
69
79
 <name>
70
 
HTTP proxy CONNECT auth NTLM and then POST
 
80
HTTP 1.0 proxy CONNECT auth NTLM and then POST
71
81
 </name>
72
82
 <command>
73
 
http://test.remote.server.com:213/path/2130002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel -d "postit"
 
83
http://test.remote.server.com:213/path/2130002 --proxy1.0 http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel -d "postit"
74
84
</command>
75
85
</client>
76
86