utility / URL

Redirect Chain Checker

Follow and display the full HTTP redirect chain for any URL.

Uses the network
LOCAL WORKBENCH
Network request required
HTTP Redirect Chain Inspector Reference
100% Local
Terminal Curl Command: curl -ILs http://example.com
Trace Redirects: curl -o /dev/null -s -w "%{http_code} -> %{redirect_url}\n" -L http://example.com

Continue the thread

Related utilities