Notice three things
STR
Check console log / Network NOT set to disable cache
http://localhost:4244/arc/archive.org/details/nasa (has cache-control: max-age=0 though not shown in Chorme headers)
loads ok
Retype URL (e.g. delete 'a' retype
DM log: /arc/archive.org/metadata/nasa NOCACHE
[x] dont think it should be nocache
Redirect to /archive/archive.html?mirror=localhost%3A4244&transport=HTTP&identifier=nasa NOCACHE (max-age=0)
then remainder of fetches are not NOCACHE
Turns out this is browser sending the max-age info, but since archive.html doesnt pass it down, and it probably shouldnt.
Notice three things STR Check console log / Network NOT set to disable cache http://localhost:4244/arc/archive.org/details/nasa (has cache-control: max-age=0 though not shown in Chorme headers) loads ok
Retype URL (e.g. delete 'a' retype
DM log: /arc/archive.org/metadata/nasa NOCACHE
Hit Reload