Wayback Machineのアーカイブのページは存在しないアーカイブのタイムスタンプを指定すると直近の存在するタイムスタンプにリダイレクトしてくるけど、まれにリダイレクト先がまた元のタイムスタンプにリダイレクトして無限ループに陥ることがある。
```console
curl -IL https://web.archive.org/web/20251104074055js_/https://prtimes.jp/_next/static/chunks/framework-83fc5d61be3738bf.js
HTTP/2 302
…
location: https://web.archive.org/web/20251104063618js_/https://prtimes.jp/_next/static/chunks/framework-83fc5d61be3738bf.js
…
HTTP/2 302
…
location: https://web.archive.org/web/20251104074055js_/https://prtimes.jp/_next/static/chunks/framework-83fc5d61be3738bf.js
…
```