It does not matter if I use the link directly, it gives me the same result. Here is my code:<HTML> <!-- File: redirectmeta.html --> <HEAD> <LINK REL="stylesheet" TYPE="text/css" HREF="/livelink_desupport/livel +ink.css"> <STYLE> .browseRow1 { background-color: #FFFFFF; } .browseRow2 { background-color: #EEEEEE; } </STYLE> <TITLE>Livelink - Umleitung</TITLE> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=/livelink_de/livelink/fetch +/2000/13022444/customview.html?func=ll&objId=13022444&objActi +o n=browse&sort=name"> </HEAD> </HTML> <!-- End File: redirectmeta.html -->
Thanks for all your help Greetings Dibuchouse LWP::UserAgent; use HTTP::Cookies::Netscape; $ua = LWP::UserAgent->new; $ua->agent("MyApp/0.1 "); my $cookie_jar = HTTP::Cookies::Netscape->new( file => "C:/Mozilla/Firefox/Profiles/096xdbsa.default/cookie +s.txt", autosave => 1, ); $ua->cookie_jar( $cookie_jar ); my $res = $ua->get('https://tsi-myworkroom-de.telekom.de/livelink_de +/livelink/fetch/2000/13022444/customview%2Ehtml?func=ll&objId=1302244 +4&objAction=browse&sort=name'); if ($res->is_success) { print $res->content; } else { print $res->status_line, "\n"; }
In reply to LWP::UserAgent, redirection does not work by dibucho
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |