in reply to HTTP::Tiny status 403

Try a different useragent:
my $response = HTTP::Tiny->new(agent=>'Mozilla/5.0')->get($link);
The defaults for popular http libs are often blocked due to abuse...

Replies are listed 'Best First'.
Re^2: HTTP::Tiny status 403
by leosole (Novice) on Sep 24, 2019 at 21:03 UTC
    Got the same error with that useragent :(