Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: get URI of redirected page with LWP

by kschwab (Vicar)
on Feb 21, 2022 at 14:03 UTC ( [id://11141537]=note: print w/replies, xml ) Need Help??


in reply to get URI of redirected page with LWP

LWP does not support redirects from meta html tags, it only supports redirects that come as HTTP responses, like a 301 or 302.

You could parse the html yourself, or use something else that supports meta tags.

  • Comment on Re: get URI of redirected page with LWP

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11141537]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 20:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found