Re: proxy authentication and little patch

2006-03-30 Thread Philippe 'BooK' Bruhat
Le mardi 28 mars 2006 à 23:28, Bas Bloemsaat écrivait: Hi, Tonight I was stumbling over authentication, trying to get through a proxy with LWP::UserAgent. Did you try using http://user:[EMAIL PROTECTED]:port/ for the proxy address? Compare $ HTTP_PROXY=http://localhost:8080/ perl -MLWP

proxy authentication and little patch

2006-03-28 Thread Bas Bloemsaat
Hi,Tonight I was stumbling over authentication, trying to get through a proxy with LWP::UserAgent.The only way I could get this working was by overriding get_basic_credentials, which seemed a bit overkill for just passing through a proxy. Upon examination, I found that get_basic_credentials just