Kestrel
tcp/443
Open service 20.119.0.39:80 · bmcd-helios.equisonline.com
2026-01-22 17:18
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 22 Jan 2026 17:19:01 GMT Location: https://bmcd-helios.equisonline.com/
Open service 20.119.0.39:443 · bmcd-helios.equisonline.com
2026-01-22 17:18
HTTP/1.1 200 OK
Content-Length: 2994
Connection: close
Content-Type: text/html
Date: Thu, 22 Jan 2026 17:19:00 GMT
Server: Kestrel
Accept-Ranges: bytes
ETag: "1dba01eab3e2bb2"
Last-Modified: Fri, 28 Mar 2025 20:19:12 GMT
Strict-Transport-Security: max-age=2592000; includeSubDomains
Request-Context: appId=cid-v1:5cabeed8-e774-45dd-8157-b76286c4731b
X-Version: 2025.3.28.2023
X-Branch: HEAD
Content-Security-Policy: frame-ancestors 'none';
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
Page title: EQuIS Helios
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>EQuIS Helios</title>
<base href="/" />
<link rel="icon" href="favicon.ico" />
<link href="OneData.Search.WebUI.Client.styles.css" rel="stylesheet" />
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link href="css/app.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
</head>
<body>
<div id="app">
<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_content/Microsoft.Authentication.WebAssembly.Msal/AuthenticationService.js"></script>
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<script src="js/wordcloud2.min.js"></script>
<script src="js/onedata.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
<script type="module">
import { BrotliDecode } from './js/decode.min.js';
Blazor.start({
webAssembly: {
loadBootResource: function (type, name, defaultUri, integrity) {
if (type !== 'dotnetjs' && location.hostname !== 'localhost' && type !== 'configuration' && type !== 'manifest') {
return (async function () {
const response = await fetch(defaultUri + '.br', { cache: 'no-cache' });
if (!response.ok) {
throw new Error(response.statusText);
}
const originalResponseBuffer = await response.arrayBuffer();
const originalResponseArray = new Int8Array(originalResponseBuffer);
const decompressedResponseArray = BrotliDecode(originalResponseArray);
const contentType = type ===
'dotnetwasm' ? 'application/wasm' : 'application/octet-stream';
return new Response(decompressedResponseArray,
{ headers: { 'content-type': contentType } });
})();
}
}
}
});
</script>
</body>
</html>