in reply to HTTP::Proxy and Trillian
As others have said, the immediate reason this is not working is that HTTP::Proxy does not support the HTTP CONNECT method, which Trillian uses to connect to MSN through a proxy. HTTP::Proxy does not support this (although you could probably implement it through its filter functionality) - it's just a basic HTTP request repeater.
However, even if you do use a proxy that does HTTP CONNECT (there's a nice and simple one here, although that one's C, not Perl) that will probably not help you: if your company's firewall does not allow outgoing connections to port 1863, putting an HTTP CONNECT proxy on your workstation will not help you, unfortunately.
CU
Robartes-
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTTP::Proxy and Trillian
by gryphon (Abbot) on Oct 13, 2003 at 18:20 UTC | |
by robartes (Priest) on Oct 13, 2003 at 18:33 UTC | |
|
Re^2: HTTP::Proxy and Trillian
by Aristotle (Chancellor) on Oct 13, 2003 at 18:57 UTC | |
by robartes (Priest) on Oct 13, 2003 at 20:59 UTC | |
by Aristotle (Chancellor) on Oct 13, 2003 at 21:12 UTC | |
|
Re^2: HTTP::Proxy and Trillian
by Anonymous Monk on Mar 27, 2008 at 00:02 UTC |