in reply to Re: Proper way to get redirected url from LWP::UserAgent response?
in thread Proper way to get redirected url from LWP::UserAgent response?

This is mostly because HTTP::Response / HTTP::Message only concern themselves with HTTP redirect responses (3xx codes). A redirect using the refresh header could be an interesting addition, but it is distinct as it is (usually) served with a 2xx code and not with a 3xx code.