mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
KNOWN_BUGS: We do not support auth-int for Digest using PUT or POST
Closes #19038
This commit is contained in:
parent
e90b2aaa7e
commit
cde85412d0
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
5.15 Unicode on Windows
|
||||
|
||||
6. Authentication
|
||||
6.1 Digest auth-int for PUT/POST
|
||||
6.2 MIT Kerberos for Windows build
|
||||
6.3 NTLM in system context uses wrong name
|
||||
6.5 NTLM does not support password with Unicode 'SECTION SIGN' character
|
||||
|
|
@ -301,6 +302,10 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
|
||||
6. Authentication
|
||||
|
||||
6.1 Digest auth-int for PUT/POST
|
||||
|
||||
We do not support auth-int for Digest using PUT or POST
|
||||
|
||||
6.2 MIT Kerberos for Windows build
|
||||
|
||||
libcurl fails to build with MIT Kerberos for Windows (KfW) due to KfW's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue