2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2005-04-27 17:59:47 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
2008-09-30 06:44:04 +08:00
|
|
|
HTTP proxy
|
2005-04-27 17:59:47 +08:00
|
|
|
HTTP proxy Basic auth
|
|
|
|
HTTP proxy NTLM auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-08-11 20:23:33 +08: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 20:54:22 +08:00
|
|
|
</data>
|
2003-08-11 20:23:33 +08:00
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<features>
|
2019-10-15 04:29:19 +08:00
|
|
|
proxy
|
2003-08-11 20:23:33 +08:00
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with proxy requiring NTLM, but we send Basic
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --proxy-user testuser:testpass -x http://%HOSTIP:%HTTPPORT
|
2003-08-11 20:23:33 +08:00
|
|
|
</command>
|
2005-01-26 05:45:03 +08:00
|
|
|
</client>
|
2003-08-11 20:23:33 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
GET http://%HOSTIP:%HTTPPORT/%TESTNUMBER HTTP/1.1
|
2015-03-12 07:50:46 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-05-04 15:52:53 +08:00
|
|
|
Proxy-Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 20:46:41 +08:00
|
|
|
Accept: */*
|
2016-08-16 14:36:04 +08:00
|
|
|
Proxy-Connection: Keep-Alive
|
2003-08-11 20:23:33 +08:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|