Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arran4/trace-redirects

Very simple cli tool for tracing redirects on a site - nothing you couldn't do with curl
https://github.com/arran4/trace-redirects

cli curl curl-like debug go golang http-redirect http-redirect-tracing redirect single-purpose-cli-app tracing

Last synced: about 2 months ago
JSON representation

Very simple cli tool for tracing redirects on a site - nothing you couldn't do with curl

Awesome Lists containing this project

README

        

# Trace redirects

A simple CLI application to trace the redirects on a website.

It's really very simple happy to accept PRs.

Usage:
```shell
./trace-redirects https://website1.com
```

Output:
```text
Tracing https://website1.com
1: https://website1.com
2: https://website1.com/index.html
```

I will extend on an as need basis. Happy for PRs / redirect-to-active-forks etc