Meta refresh
This response is a plain HTTP 200, not a 3xx redirect. Its <head> carries <meta http-equiv="refresh" content="2;url=/scraping/redirect-mechanisms/meta-refresh/landed">, which tells a browser to navigate to that URL after 2 seconds. A scraper that only follows real HTTP redirects will read this page's content and stop here. A browser will move on in a moment.