Thread [HTTP::Async] in Verbindung mit RewriteRule in der .htaccess
(30 answers)
Opened by bianca at 2016-03-04 17:02
Ich will mal so sagen: das folgende Script tut auch was ich erwarte. Ich weiß nur nicht, wie ich
![]() Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 require LWP::UserAgent; my $userAgent = LWP::UserAgent->new( cookie_jar => defined, timeout => 10, ssl_opts => { verify_hostname => 0, blocking => 0, }, ); my $response = $userAgent->get('https://meine.domain:443/cgi-bin/meinscript.pl?key=val'); Weiß jemand wie man das richtig macht? 10 print "Hallo"
20 goto 10 |