mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
c803e3af55
Currently has two issues which may be related: - doesn't work with redirects, we try to authenticate the server a second time with a fully completed kerberos context. - 403 responses result in the wrong response object being returned, but this is also true for http digest authentication due to a bug in hook handling in general.