Description of problem: After RHEL bugfix No. 1643829 this bug https://github.com/psf/requests/issues/4850 were introduced into python-requests library Version-Release number of selected component (if applicable): python-requests 2.6.0-5 How reproducible: Steps to Reproduce: 1.Update to latest python-requests 2.Do a request to URL without specifying port with basic auth, which returns redirect to same host just with default port Actual results: Getting 401 error Expected results: Get 200 for successful requests with basic auth Additional info:
Upstream patch: https://github.com/psf/requests/pull/4851
*** Bug 1751175 has been marked as a duplicate of this bug. ***