Announcing: python-ntlm
http://code.google.com/p/python-ntlm/
python-ntlm is a library that provides NTLM support, including an
authentication
handler for urllib2.
This library allows you to retrieve content from (usually corporate)
servers protected with windows authentication (NTLM) using the p
twisted.web and does asynchronous requests, which is nice
when you want to download a lot of rss feeds. But again it doesn't
support a proxy, that I could find.
Question: Am i right that twisted.web.client does not support proxying?
Kind regards,
Matthijs
ps. I am just starting with Python
--