Hacker News new | ask | show | jobs
by namanyayg 675 days ago
how does it handle redirects that are conditional or based on user agent?

e.g. if a site redirects mobile users to a different URL, will redirect checker follow that redirect or just report the default one?

1 comments

Thanks for pointing that out! You're correct, the tool currently uses a default user agent and doesn't catch device-specific redirects. I agree this is an important feature. I'll be adding user agent customization soon. This will let you test mobile, desktop, and other specific redirects. Keep an eye on the GitHub repo for updates. Thanks for the great suggestion!