HTTP/1.1 200 OK
Server: nginx
Date: Sun, 12 Jan 2025 22:51:37 GMT
Content-Type: text/html
Content-Length: 544
Last-Modified: Thu, 05 Dec 2024 10:26:28 GMT
Connection: keep-alive
Keep-Alive: timeout=20
ETag: "67517fd4-220"
Cache-Control: no-cache
Accept-Ranges: bytes
<!DOCTYPE html>
<html>
<body>
<input type="hidden" id="http" name="http" value="5000">
<input type="hidden" id="https" name="https" value="5001">
<input type="hidden" id="prefer_https" name="prefer_https" value="false">
</body>
<script type="text/javascript">
var protocol=location.protocol;
var port=location.protocol === "https:" ? 5001 : 5000;
var URL=protocol+"//"+location.hostname+":"+port+location.pathname+location.search;
location.replace(URL);
</script>
</html>