The toy redirect keeps its boundary narrow.
What this toy model checks
The trust boundary parses the request, validates one redirect rule, parses the response, and checks Location plus body length.
recompute redirect rows
Honesty boundary
NOTE: toy HTTP redirect only; not browser history, method rewriting semantics, permanent redirects, redirect loops, cross-origin policy, HSTS, cookies, auth, caching, relative URL resolution beyond the pinned path, framing, or production server config.
toy redirect only
No client compute
The page shows already validated rows. It does not follow redirects in browser code.
static validated rows
Summary
A redirect response is a status plus a Location header that names where to ask next.
Location names next path