2007-01-23 05:25:56 +03:00
|
|
|
<testcase>
|
2008-09-30 02:44:04 +04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
|
|
|
HTTP proxy
|
|
|
|
HTTP proxy NTLM auth
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-05-19 14:31:58 +04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2004-05-19 15:25:21 +04:00
|
|
|
<features>
|
2022-09-26 16:38:41 +03:00
|
|
|
Mime
|
2005-03-21 11:14:32 +03:00
|
|
|
NTLM
|
2019-12-29 23:23:25 +03:00
|
|
|
SSL
|
2013-12-29 00:22:22 +04:00
|
|
|
!SSPI
|
2019-10-14 23:29:19 +03:00
|
|
|
proxy
|
2004-05-19 15:25:21 +04:00
|
|
|
</features>
|
2023-10-04 12:35:54 +03:00
|
|
|
<name>
|
2004-05-19 14:31:58 +04:00
|
|
|
HTTP POST with --proxy-ntlm and no SSL with no response
|
2023-10-04 12:35:54 +03:00
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-12 19:38:26 +03:00
|
|
|
http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value"
|
2004-05-19 14:31:58 +04:00
|
|
|
</command>
|
2005-01-26 00:45:03 +03:00
|
|
|
</client>
|
2004-05-19 14:31:58 +04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-12 19:38:26 +03:00
|
|
|
POST http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1
|
2015-03-12 02:50:46 +03:00
|
|
|
Host: a.galaxy.far.far.away
|
2006-06-07 18:14:04 +04:00
|
|
|
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
2020-10-02 14:45:24 +03:00
|
|
|
User-Agent: curl/%VERSION
|
2004-05-19 14:31:58 +04:00
|
|
|
Accept: */*
|
2016-08-16 09:36:04 +03:00
|
|
|
Proxy-Connection: Keep-Alive
|
2004-11-24 19:11:35 +03:00
|
|
|
Content-Length: 0
|
2004-05-19 14:31:58 +04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
# 52 is CURLE_GOT_NOTHING
|
|
|
|
<errorcode>
|
|
|
|
52
|
|
|
|
</errorcode>
|
|
|
|
</verify>
|
2007-01-23 05:25:56 +03:00
|
|
|
</testcase>
|