Skip to content

URL Redirection Checker / Link Dereferencer #550

Description

@b3niup

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

A tool that accepts a URL, follows all redirects until a final response (e.g. HTTP 200), and shows the complete redirect chain.

Is there example of this tool in the wild?

Additional context

Output structure

  1. Summary – number of redirects + clickable final URL
  2. Full chain – ordered list of every hop with status code, target URL, response headers/metadata, and optional response body (collapsible/truncated)

Core behavior

  • Follow redirects hop-by-hop (no auto-follow)
  • Stop on final non-redirect status, loop detection, or max hops limit
  • Make all URLs in the chain clickable

Useful extras

  • Per-hop response time
  • User-Agent selector (browser / Googlebot / custom)
  • Option for HEAD vs GET
  • Basic warnings: long chain, HTTP↔HTTPS change, non-200 final status, redirect loop

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
  • Everything is written in PLAIN ENGLISH

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions