URL Redirect Analysis
Analyze URL redirect information and trace the full redirect chain
Tool Guide
Introduction
This online URL redirect analysis tool analyzes which redirects occur when a given URL is opened, and which URL it ultimately points to.
The tool is useful in many scenarios:
- 1. Restore short links: expand shortened URLs back to their real landing URL.
- Development testing: test and trace 301/302 redirects.
- Check whether a link is redirected and how many hops it takes.
- Inspect the redirect status code (301 vs 302).
This tool only detects HTTP-header-based redirects (301/302). It cannot detect Java Script or Meta-refresh redirects.
The tool follows the chain until it reaches a non-redirect response (status 200).
Related Tools
Base64 Encoder
Encode to Base64
Base64 Decoder
Decode Base64
Base64 Encoder/Decoder
Encode and decode text with Base64.
URL Encode/Decode
Online URL encoding and decoding tool supporting UTF-8 and GBK charsets.
URL Decode
Online URL encode and decode tool
Unicode Escape Encoder
Convert Chinese text to Unicode hex, HTML entity, and other escape formats