mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
tests: added missing HTTP NTLM auth keywords
Also, removed an unneeded strippart
This commit is contained in:
parent
02bba0ce7d
commit
c03243576a
@ -1,4 +1,11 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
HTTP GET
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
<!-- Server-side -->
|
||||
<reply>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<keywords>
|
||||
HTTP
|
||||
HTTP PUT
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
<keywords>
|
||||
HTTP
|
||||
HTTP GET
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
<keywords>
|
||||
HTTP
|
||||
HTTP POST
|
||||
HTTP NTLM auth
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
Binary file not shown.
@ -44,8 +44,6 @@ http://%HOSTIP:%HTTPPORT/path/553
|
||||
<strip>
|
||||
^User-Agent: curl/.*
|
||||
</strip>
|
||||
# We strip off a large chunk of the type-2 NTLM message since it depends on
|
||||
# the local host name and thus differs on different machines!
|
||||
<protocol nonewline="yes">
|
||||
POST /path/553 HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user