python-requests
Here are 110 public repositories matching this topic...
-
Updated
Mar 4, 2020 - Jupyter Notebook
libs:
oauthlib 3.1.0
requests-oauthlib 1.3.0
The following code didn't work as the server replied that scope param was missing:
from oauthlib.oauth2 import BackendApplicationClient
from requests_oauthlib import OAuth2Session
client_id = '<redacted>'
client_secret = '<redacted>'
token_url = 'https://login.microsoftonline.c
-
Updated
Feb 28, 2020 - Python
This is not critical, but in keeping parity with requests I thought it would be worth mentioning.
If you pass in an integer or float argument as a parameter to send, the encode_with function fails (https://github.com/sigmavirus24/requests-toolbelt/blob/master/requests_toolbelt/multipart/encoder.py#L385) as it assumes that all input is either a string or None/bytes (in which cases it does not at
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Feb 26, 2020 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
Feb 26, 2020 - Python
-
Updated
Jan 7, 2020 - Python
-
Updated
Feb 19, 2020 - Python
-
Updated
Feb 17, 2020 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Dec 18, 2019 - Python
-
Updated
Sep 2, 2019 - Rust
-
Updated
Feb 19, 2020 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
Jan 2, 2020 - Python
-
Updated
Feb 9, 2020 - Python
-
Updated
Oct 4, 2019 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Jan 8, 2020 - Python
-
Updated
Jan 8, 2020 - Python
-
Updated
Feb 1, 2020 - Python
-
Updated
Dec 10, 2019 - Python
-
Updated
Jan 26, 2019 - HTML
Improve this page
Add a description, image, and links to the python-requests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-requests topic, visit your repo's landing page and select "manage topics."


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