Construcción de un Proxy con HTTP::Proxy

Véase HTTP::Proxy

pp2@nereida:/tmp/HTTP-Proxy-0.22/eg$ cat -n proxy.pl
     1  #!/usr/bin/perl -w
     2  use HTTP::Proxy qw( :log );
     3  use strict;
     4
     5  # a very simple proxy
     6  my $proxy = HTTP::Proxy->new(@ARGV);
     7  $proxy->start;

Vaya a su navegador y cambie la configuración para que utilice el proxy que se está ejecutando.

pp2@nereida:/tmp/HTTP-Proxy-0.22/eg$ perl proxy.pl port 8888

Casiano Rodríguez León
Licencia de Creative Commons
Programación Distribuida y Mejora del Rendimiento
por Casiano Rodríguez León is licensed under a Creative Commons Reconocimiento 3.0 Unported License.

Permissions beyond the scope of this license may be available at http://campusvirtual.ull.es/ocw/course/view.php?id=44.
2012-06-19