The Wayback Machine - https://web.archive.org/web/20200304113259/https://github.com/topics/python-requests
Skip to content
#

python-requests

Here are 110 public repositories matching this topic...

requests
psiyan
psiyan commented Feb 28, 2020

When using the url http://docs.python-requests.org/en/latest/, it redirects to https://2.python-requests.org//en/latest/ (notice the extra / before en). 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

CrimsonGlory
CrimsonGlory commented Jan 30, 2020

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
cpnielsen
cpnielsen commented Sep 14, 2015

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

Improve this page

Add a description, image, and links to the python-requests topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.