What is the cleanest way to do HTTP POST with basic auth in Python?

Seriously, just use requests:

import requests
resp = requests.post(url, data={}, auth=('user', 'pass'))

It’s a pure python library, installing is as easy as easy_install requests or pip install requests. It has an extremely simple and easy to use API, and it fixes bugs in urllib2 so you don’t have to. Don’t make your life harder because of silly self-imposed requirements.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)