Catalog108 / challenges / static/redirects/chain

5-hop redirect chain

beginner Matching curriculum →

What this challenge teaches

Teaches: Most clients follow 301s automatically; counting hops requires allow_redirects=False.

Expected output: Final 200 at /challenges/static/redirects/chain/target after 4 prior 301s.

Submit your scraper's JSON output to /challenges/static/redirects/chain/grade (grader endpoint is part of a later phase; URL is reserved now).

chain end reached. You followed:

301 /challenges/static/redirects/chain         → /hop1
301 /challenges/static/redirects/chain/hop1    → /hop2
301 /challenges/static/redirects/chain/hop2    → /hop3
301 /challenges/static/redirects/chain/hop3    → /hop4
301 /challenges/static/redirects/chain/hop4    → /target
200 /challenges/static/redirects/chain/target