Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTrying to access the latest en documentation from doc.python-requests.org domain causes a faulty redirect and a HTTP404 #5371
Comments
|
I wanted to contribute a fix for it, and was trying to find in the source code where this is defined but I couldn't find it. In that case, this might not be a good first issue for someone to look at, as it is listed in https://github.com/psf/requests/contribute |
|
@nateprewitt do you by chance have access to the project on read the docs? If so could you share access to my user? (same username: |
|
@ewdurbin, I don’t have access to any of the doc infrastructure actually. We’d need @kennethreitz to get us added. |
|
@nateprewitt do you have a RTD username I can add to the project? |
|
It should be the same |
|
Hi @ewdurbin , @nateprewitt Thanks for responding. If I understand correctly, the RTD username will help solve this issue as it will grant access to readthedocs? |
|
Hi @deveshks, apologies for the back and forth. Yes, I think we're getting RTD setup so we have proper access and then can hopefully address the underlying issue. |


When using the url
http://docs.python-requests.org/en/latest/, it redirects tohttps://2.python-requests.org//en/latest/(notice the extra / beforeen). This causes a HTTP 404.Expected Result
The redirect should be to
https://2.python-requests.org/en/latest/Actual Result
HTTP 404
Reproduction Steps
Try to visit the latest en documentation for requests using the link
http://docs.python-requests.org/en/latest/, for example from certifiSystem Information
Not applicable