[PR #54] Add Redirect Checker - HTTP redirect chain analysis tool #74

Open
opened 2026-03-07 21:19:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devtoolsd/awesome-devtools/pull/54
Author: @brancogao
Created: 2/19/2026
Status: 🔄 Open

Base: mainHead: add-redirect-checker


📝 Commits (1)

  • b5ddd40 Add Redirect Checker - HTTP redirect chain analysis tool

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 readme.md (+1 -0)

📄 Description

Description

Added Redirect Checker to the Testing & Quality section.

What is Redirect Checker?

An open-source HTTP redirect chain analysis tool that helps developers:

  • Analyze redirect chains - Follow 301/302/307/308 redirects to their final destination
  • Detect redirect loops - Identify circular redirects that break pages
  • Measure performance - Track response times for each hop
  • Multiple User-Agents - Test with Googlebot, Bingbot, and more

Why add it?

Redirect analysis is essential for:

  • SEO professionals debugging redirect chains
  • DevOps engineers verifying URL migrations
  • Developers testing URL shorteners and redirects

Checklist

  • The tool is open-source
  • The description follows the format of other entries
  • Added to the appropriate section (Testing & Quality)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devtoolsd/awesome-devtools/pull/54 **Author:** [@brancogao](https://github.com/brancogao) **Created:** 2/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-redirect-checker` --- ### 📝 Commits (1) - [`b5ddd40`](https://github.com/devtoolsd/awesome-devtools/commit/b5ddd4069d7f1bdd31acd8f87efe2c1c147c9ad4) Add Redirect Checker - HTTP redirect chain analysis tool ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -0) </details> ### 📄 Description ## Description Added [Redirect Checker](https://github.com/brancogao/redirect-checker) to the **Testing & Quality** section. ### What is Redirect Checker? An open-source HTTP redirect chain analysis tool that helps developers: - **Analyze redirect chains** - Follow 301/302/307/308 redirects to their final destination - **Detect redirect loops** - Identify circular redirects that break pages - **Measure performance** - Track response times for each hop - **Multiple User-Agents** - Test with Googlebot, Bingbot, and more ### Why add it? Redirect analysis is essential for: - **SEO professionals** debugging redirect chains - **DevOps engineers** verifying URL migrations - **Developers** testing URL shorteners and redirects ### Checklist - [x] The tool is open-source - [x] The description follows the format of other entries - [x] Added to the appropriate section (Testing & Quality) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:19:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-devtools#74