mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Modified to be able to repeat Kevin Roth's problem
This commit is contained in:
parent
be2b742b85
commit
475166fc8b
@ -7,8 +7,8 @@ WWW-Authenticate: Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
WWW-Authenticate: Basic realm="daniel"
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
Content-Length: 0
|
||||
|
||||
This is not the real page
|
||||
</data>
|
||||
|
||||
# This is supposed to be returned when the server gets a first
|
||||
@ -40,6 +40,7 @@ WWW-Authenticate: Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
WWW-Authenticate: Basic realm="daniel"
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
Content-Length: 0
|
||||
|
||||
HTTP/1.1 401 Now gimme that second request of crap
|
||||
Server: Microsoft-IIS/5.0
|
||||
@ -66,7 +67,7 @@ SSL
|
||||
http
|
||||
</server>
|
||||
<name>
|
||||
HTTP with NTLM/Negotiate/Basic, anyauth and user with domain
|
||||
HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HOSTPORT/91 --anyauth -u mydomain\\myself:secret
|
||||
|
Loading…
Reference in New Issue
Block a user