Is it possible to use python urllib with basic HTTP authentication?
Answer: This was answered on stackoverflow.com
I would recommend using the Requests: HTTP for Humans module if you aren’t constrained to the standard modules. The first example is of HTTP Basic Auth….
cross-posted on Facebook