How to see the redirect chain your browser actually followed
curl shows the server hops. It cannot see a JS redirect, a meta refresh, or an HSTS upgrade, and DevTools forgets on navigation. How to capture the whole chain.
curl shows the server hops. It cannot see a JS redirect, a meta refresh, or an HSTS upgrade, and DevTools forgets on navigation. How to capture the whole chain.