CodeSiggi has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, I try to connect to a WebDAV-Server with HTTP::DAV Module. In the documentation of this Module you can read that it supports connections throght Proxys, but not how. Any suggestions? Siggi

Replies are listed 'Best First'.
Re: HTTP:DAV with Proxy
by shmem (Chancellor) on May 28, 2009 at 12:37 UTC

    HTTP::DAV uses LWP, so it should honour the HTTP_PROXY environment variable.