mirror of
https://github.com/curl/curl.git
synced 2026-06-03 05:54:14 +03:00
KNOWN_BUGS: Digest does not care for 'domain'
Room for improvement. Closes #21838
This commit is contained in:
parent
277db5490c
commit
d2f8e231a7
1 changed files with 6 additions and 0 deletions
|
|
@ -215,6 +215,12 @@ https://curl.se/mail/lib-2012-07/0073.html
|
|||
|
||||
We do not support auth-int for Digest using PUT or POST
|
||||
|
||||
## Digest does not care for `domain`
|
||||
|
||||
libcurl ignores the `domain` directive in Digest authentication challenges
|
||||
(`WWW-Authenticate:`). RFC 7616 defines it as a quoted, space-separated list
|
||||
of URIs that define the protection space.
|
||||
|
||||
## MIT Kerberos for Windows build
|
||||
|
||||
libcurl fails to build with MIT Kerberos for Windows (`KfW`) due to its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue