mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Added missing NTLM feature for test 1097
This commit is contained in:
parent
cda8d63d43
commit
2091fe530f
@ -166,8 +166,10 @@ large_file
|
|||||||
libz
|
libz
|
||||||
netrc_debug
|
netrc_debug
|
||||||
NSS
|
NSS
|
||||||
|
NTLM
|
||||||
OpenSSL
|
OpenSSL
|
||||||
SSL
|
SSL
|
||||||
|
socks
|
||||||
|
|
||||||
as well as each protocol that curl supports. A protocol only needs to be
|
as well as each protocol that curl supports. A protocol only needs to be
|
||||||
specified if it is different from the server (useful when the server
|
specified if it is different from the server (useful when the server
|
||||||
|
@ -44,7 +44,7 @@ This is all fine and dandy
|
|||||||
https
|
https
|
||||||
</server>
|
</server>
|
||||||
<features>
|
<features>
|
||||||
none
|
NTLM
|
||||||
</features>
|
</features>
|
||||||
<name>
|
<name>
|
||||||
HTTP POST using CONNECT with --proxy-ntlm but no auth is required
|
HTTP POST using CONNECT with --proxy-ntlm but no auth is required
|
||||||
|
Loading…
Reference in New Issue
Block a user