mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
removed Basic in the initial response to see if it makes any difference
in the failure frequency
This commit is contained in:
parent
5e2fcc1f74
commit
68826c25f8
@ -5,7 +5,6 @@ HTTP/1.1 401 Authorization Required swsclose
|
||||
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
||||
WWW-Authenticate: Magic-Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
WWW-Authenticate: Basic realm="daniel"
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
Content-Length: 5
|
||||
|
||||
@ -39,7 +38,6 @@ HTTP/1.1 401 Authorization Required swsclose
|
||||
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
||||
WWW-Authenticate: Magic-Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
WWW-Authenticate: Basic realm="daniel"
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
Content-Length: 5
|
||||
|
||||
@ -68,7 +66,7 @@ SSL
|
||||
http
|
||||
</server>
|
||||
<name>
|
||||
HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 5
|
||||
HTTP with NTLM/Magic, anyauth and user with domain, with size 5
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HOSTPORT/96 --anyauth -u mydomain\\myself:secret
|
||||
|
Loading…
Reference in New Issue
Block a user