mirror of
https://github.com/curl/curl.git
synced 2026-05-02 20:47:51 +03:00
make it work with Negotiate support enabled too
This commit is contained in:
parent
ce4b8420d1
commit
d46afd2b6a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<data>
|
||||
HTTP/1.1 401 Authorization Required swsclose
|
||||
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
||||
WWW-Authenticate: Negotiate
|
||||
WWW-Authenticate: Magic-Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
WWW-Authenticate: Basic realm="daniel"
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
|
|
@ -36,7 +36,7 @@ Finally, this is the real page!
|
|||
<datacheck>
|
||||
HTTP/1.1 401 Authorization Required swsclose
|
||||
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
||||
WWW-Authenticate: Negotiate
|
||||
WWW-Authenticate: Magic-Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
WWW-Authenticate: Basic realm="daniel"
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue