`-L` is your best bet, but if it’s not working, check the response codes with `-I` (HEAD request). Maybe the server’s returning 301 vs 302 weirdly?
Also, `--stderr -` can help capture verbose output for scripting.
If all else fails, `httrack` is a nuclear option for following redirects, but it’s overkill for most cases.
Also, `--stderr -` can help capture verbose output for scripting.
If all else fails, `httrack` is a nuclear option for following redirects, but it’s overkill for most cases.
