How Do I Switch This Proxy To Use Proxy-authentication?
I'm trying to modify my simple Twisted web proxy to use 'Proxy-Authentication' (username/password) instead of the current IP based authentication. Problem is, I'm new to Twisted a
Solution 1:
A similar question came up on the Twisted mailing list a while ago:
http://www.mail-archive.com/twisted-python@twistedmatrix.com/msg01080.html
As I mentioned there, you probably need to subclass some of the twisted.proxy classes so that they understand the Proxy-Authenticate and Proxy-Authorization headers.
Post a Comment for "How Do I Switch This Proxy To Use Proxy-authentication?"