Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arran4/trace-redirects
- Owner: arran4
- License: mit
- Created: 2022-03-08T08:06:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T00:16:11.000Z (over 2 years ago)
- Last Synced: 2024-06-21T06:28:35.395Z (7 months ago)
- Topics: cli, curl, curl-like, debug, go, golang, http-redirect, http-redirect-tracing, redirect, single-purpose-cli-app, tracing
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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