Top "Python-requests" questions

USE ONLY FOR THE PYTHON REQUESTS LIBRARY.

SSLError: bad handshake, Python requests

I am consuming Ebay Trading APIs using Ebay python sdk which is eventually sing python-requests for making API calls. All …

python django ssl python-requests ebay-api
How to make python .post() requests to retry?

I'm trying to implement requests retry in Python. It works like charm with .get() requests, but a .post() request never …

python python-requests urllib3
python async post requests

I was wondering if there was any way to make this script a lot faster - like instantly create 1000 accounts …

python python-requests python-asyncio aiohttp
bad request error 400 while using python requests.post function

I'm trying to make a simple post request via the requests library of Python and I get a bad request …

python python-2.7 http-post python-requests http-status-code-400
Python ValueError: Invalid header name b':authority

I see the ':' is error, but I can't find a way to solve it. ValueError: Invalid header name …

python python-3.x header python-requests pyspider
ValueError: No JSON object could be decoded

I am trying the following sample code from the betfair api: import requests import json url="https://api.betfair.com/…

python json python-requests betfair
Python Requests, how to bind to different source ip for each request?

I'm trying to learn some python, and i'm having issues with the logic in what I want to test. Currently …

python sockets python-requests python-sockets
How to use .p12 certificate to authenticate rest api

I have received a certificate.p12 with username and password. While I am able to use Rest Client for post …

python-3.x api post python-requests p12
How to use Proxy PAC file for python urllib or request?

How do I include my automatic proxy config file in HTTP libraries like urllib or requests. pacfile = 'http://myintranet.com/…

python proxy python-requests urllib pac
Python change Accept-Language using requests

I'm new to python and trying to get some infos from IMDb using requests library. My code is capturing all …

python python-requests http-accept-language