Subject: | add option to automatically handle meta redirects |
LWP already parses the head tag by default, and makes any contained meta http-equiv statements available as response headers.
I suggest adding an option (like meta_redirect => 1) that would tell LWP to automatically follow these redirects.
A web search shows this functionality has been asked for many times over the years, though it looks like no official feature request was made in RT or github. If there is a reason this will not be implemented, can you at least include an example in the docs on how the user can implement using request handlers.