Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redirect-chain

A simple command-line tool to trace HTTP redirect chains for a given URL.

Usage

redirect-chain <url>

Example

$ redirect-chain http://example.com
Tracing redirects for: http://1.com
1: 301 Moved Permanently -> https://1.com
2: 302 Found -> https://2.com
3: 200 OK -> https://3.com

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages