Top "Python-requests" questions

USE ONLY FOR THE PYTHON REQUESTS LIBRARY.

How to get pdf filename with Python requests?

I'm using the Python requests lib to get a PDF file from the web. This works fine, but I now …

python pdf python-requests filenames
Sending TLS 1.2 request in Python 2.6

I am stuck using Python 2.6 and I need to send a post request using TLS 1.2. Does Python 2.6's requests library …

python ssl request python-requests python-2.6
Telegram Bot "chat not found"

I have the following code in Python to send a message to myself from a bot. import requests token = '123456789:…

python python-requests telegram telegram-bot
Measuring the HTTP response time with requests library in Python. Am I doing it right?

I am trying to induce an artificial delay in the HTTP response from a web application (This is a technique …

python-2.7 python-requests httpresponse roundtrip elapsed
python requests can't find a folder with a certificate when converted to .exe

I have a program that pools ad stats from different marketing systems. Everything works fine untill i convert it to …

python-requests python-3.5 pyinstaller facebook-marketing-api
multipart data POST using python requests: no multipart boundary was found

I have a form-data as well as file to be sent in the same POST. For ex, {duration: 2000, file: test.…

python multipartform-data python-requests
Why do I constantly see "Resetting dropped connection" when uploading data to my database?

I'm uploading hundreds of millions of items to my database via a REST API from a cloud server on Heroku …

python http connection-pooling python-requests urllib3
python requests module and connection reuse

I am working with python's requests module for HTTP communication, and I am wondering how to reuse already-established TCP connections? …

python python-requests keep-alive
how to construct the curl command from python requests module?

Python requests is a good module to ease my web REST API access programming, I usually do like below import …

python-requests
Obnoxious CryptographyDeprecationWarning because of missing hmac.compare_time function everywhere

Things were running along fine until one of my projects started printing this everywhere, at the top of every execution, …

python python-requests urllib urllib3