2003-08-11 08:23:33 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 407 We only deal with NTLM my friend
|
|
|
|
Server: Microsoft-IIS/5.0
|
|
|
|
Content-Type: text/html; charset=iso-8859-1
|
|
|
|
Content-Length: 34
|
|
|
|
Proxy-Authenticate: NTLM
|
|
|
|
|
|
|
|
This is not the real page either!
|
2004-01-27 07:54:22 -05:00
|
|
|
</data>
|
2003-08-11 08:23:33 -04:00
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<features>
|
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with proxy requiring NTLM, but we send Basic
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/82 --proxy-user testuser:testpass -x http://%HOSTIP:%HTTPPORT
|
2003-08-11 08:23:33 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-08-11 08:23:33 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
2004-09-08 04:08:38 -04:00
|
|
|
GET http://127.0.0.1:%HTTPPORT/82 HTTP/1.1
|
2004-05-04 03:52:53 -04:00
|
|
|
Proxy-Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
|
2003-08-11 08:23:33 -04:00
|
|
|
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
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2003-08-11 08:23:33 -04:00
|
|
|
Pragma: no-cache
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-08-11 08:23:33 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|