Sorry, I didn't look at my code closely enough. Here's
the solution that should work for you (i was using a
proxy server to send the request).
sub httpRequest {
my $get_url = shift;
my $ua = LWP::UserAgent->new(timeout => 5);
$ua->agent("Some User Agent"); #not necessary
use LWP::UserAgent
use HTTP::Request
$proxy = $url; #or just replace $proxy with $url.
my $response = &httpRequest($proxy);
sub httpRequest {
my $proxy = shift;
my $ua = LWP::UserAgent->new(timeout => 2);
$ua->agent("Anti-War v2.0");
$ua->proxy('http', "http://
Hi
How could i do example:
Server B execute a page from Server A and saved the information and
send it to Server C.
Server C couldn't know that the infomation came from Server A. I found
that in PHP is do in this way:
function verificar_url($url)
{
//abrimos el archivo en lectura