I’ve got an interesting problem. If I open the following URL it works fine!
https://www.wticalumni.com/embed/test.htm
Here’s the code for test.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
</head>
}
<body>
<style>
html, body {
width: 100%;
height: 100%;
box-sizing: border-box;
margin: 0;
}
</style>
<center>
<p style="font-size: 40px;">Historical web site for WTIC-AM-FM-TV <br>
Before the 1974 sale by the Travelers Insurance Co.
</center></p>
<script src="https://cdn.jsdelivr.net/npm/replaywebpage@2.2.5/ui.js"> </script>
<replay-web-page
source="https://www.wticalumni.com/embed/WTIC.wacz" url="https://www.wticalumni.com/index.htm">
</replay-web-page>
</body>
</html>
When I try to access the wacz directly with replayweb.page at
https://www.wticalumni.com/embed/WTIC.wacz
it starts downloading the file, rather then opening it.
I must be missing something.
Thanks.