Files
requests3/requests
Bruce Merry 3331e2aecd Strip Authorization header whenever root URL changes
Previously the header was stripped only if the hostname changed, but in
an https -> http redirect that can leak the credentials on the wire
(#4716). Based on with RFC 7235 section 2.2, the header is now stripped
if the "canonical root URL" (scheme+authority) has changed, by checking
scheme, hostname and port.
2018-09-14 10:44:43 +02:00
..
2018-06-12 07:38:10 -07:00
2018-06-14 06:26:27 -07:00
2017-11-08 18:32:59 -07:00
2017-05-26 23:02:55 -04:00
2018-08-01 17:21:03 +09:00
2018-07-09 01:10:00 +08:00