A Redirect Looks Broken in Your Diagnostic Tool, But Works Fine in a Real Browser
Field Note #138
You just set up a 301 redirect from an old URL to a new one. You run it through a checking tool — your own script, an AI assistant fetching the page, an automated test — and it reports back that the old page is returning a normal 200 status with the old content, like the redirect never happened. But when you actually open the old URL in a real browser, it correctly bounces you to the new page.
Tagged in :
More from the field
Bisect to an Empty Baseline Before Trusting Any Single Theory
.
Multiple plausible-sounding theories for a bug each turned out to be wrong when actually tested – time was spent building fixes…
A Security Dashboard’s Activity Log Can Lag a Full Day Behind Real Time
.
Trying to check a security tool’s activity log for an event that had just happened showed nothing at all.