You will need DBI::Proxy DBD::Proxy and DBI::ProxyServer on both sides of the connection. Usually, there is no way to use a HTTP proxy for a database connection, so you will have to do some additional programming there to tunnel the DBI accesses over DBI.
Alternatively, if your HTTP proxy is a SOCKS5 proxy, you can maybe get away with doing simple RPC calls using something like AnyEvent::MP, but again, this will need Perl code on both ends of the connection.
Updated: There is no DBI::Proxy
In reply to Re: DBI via HTTP proxy
by Corion
in thread DBI via HTTP proxy
by lingaraj
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |