cloudflare
tcp/8443
nginx 1.24.0
tcp/443
Open service 20.50.2.39:443 路 internal.ivisyscloud.com
2026-01-11 10:48
HTTP/1.1 200 OK
Content-Length: 2757
Connection: close
Content-Type: text/html
Date: Sun, 11 Jan 2026 10:49:43 GMT
Server: nginx/1.24.0
Accept-Ranges: bytes
ETag: "69171311-ac5"
Last-Modified: Fri, 14 Nov 2025 11:31:29 GMT
Page title: IvisysCloud Internal
<!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>IvisysCloud Internal</title>
<base href="/" />
<link rel="icon" type="image/png" href="favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="_content/MudBlazor/MudBlazor.min.css?ivi-version=2025.11.5" rel="stylesheet" />
<link href="css/app.css?ivi-version=2025.11.5" rel="stylesheet" />
<link href="IviPro.Cloud.InternalPortal.App.styles.css?ivi-version=2025.11.5" rel="stylesheet" />
</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="_framework/blazor.webassembly.js?ivi-version=2025.11.5" autostart="false"></script>
<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js?ivi-version=2025.11.5"></script>
<script src="_content/MudBlazor/MudBlazor.min.js?ivi-version=2025.11.5"></script>
<script src="js/js-file-download-interop.js?ivi-version=2025.11.5"></script>
<script>
function appendVersion(url, ver) {
if(!url)
return url;
let i = url.indexOf("?");
if(i <= 0)
return `${url}?${ver}`;
let next = i + 1;
if (next === url.length)
return `${url.slice(0, i)}?${ver}`;
return `${url.slice(0, i)}?${ver}&${url.slice(next)}`;
}
if (window.location.hostname.includes("localhost")) {
Blazor.start({
environment: "Development"
});
}
else if (window.location.hostname.includes("stage-internal.ivisyscloud.com")) {
Blazor.start({
environment: "Staging",
loadBootResource: function (type, name, defaultUri, integrity) {
return appendVersion(defaultUri, "ivi-version=2025.11.5");
}
});
}
else {
Blazor.start({
environment: "Production",
loadBootResource: function (type, name, defaultUri, integrity) {
return appendVersion(defaultUri, "ivi-version=2025.11.5");
}
});
}
</script>
</body>
</html>
Open service 20.50.2.39:80 路 internal.ivisyscloud.com
2026-01-11 10:48
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 11 Jan 2026 10:49:42 GMT Location: https://internal.ivisyscloud.com/
Open service 20.105.232.10:443 路 stage-portal.ivisyscloud.com
2026-01-11 09:07
HTTP/1.1 200 OK
Content-Length: 2925
Connection: close
Content-Type: text/html
Date: Sun, 11 Jan 2026 09:08:14 GMT
Server: nginx/1.24.0
Accept-Ranges: bytes
ETag: "690c8091-b6d"
Last-Modified: Thu, 06 Nov 2025 11:03:45 GMT
Page title: IvisysCloud Customer Portal
<!DOCTYPE html>
<html lang="en" style="min-height: 100vh">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>IvisysCloud Customer Portal</title>
<base href="/" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="_content/MudBlazor/MudBlazor.min.css?ivi-version=2025.11.1" rel="stylesheet" />
<link href="css/app.css?ivi-version=2025.11.1" rel="stylesheet" />
<link href="IviPro.Cloud.Portal.App.styles.css?ivi-version=2025.11.1" rel="stylesheet" />
</head>
<body style="height: 100vh;">
<div id="app-container">
<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="app-footer">powered by PALLETAI</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="_framework/blazor.webassembly.js?ivi-version=2025.11.1" autostart="false"></script>
<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js?ivi-version=2025.11.1"></script>
<script src="_content/MudBlazor/MudBlazor.min.js?ivi-version=2025.11.1"></script>
<script src="js/js-file-download-interop.js?ivi-version=2025.11.1"></script>
<script>
function appendVersion(url, ver) {
if(!url)
return url;
let i = url.indexOf("?");
if(i <= 0)
return `${url}?${ver}`;
let next = i + 1;
if (next === url.length)
return `${url.slice(0, i)}?${ver}`;
return `${url.slice(0, i)}?${ver}&${url.slice(next)}`;
}
if (window.location.hostname.includes("localhost")) {
Blazor.start({
environment: "Development"
});
}
else if (window.location.hostname.includes("stage-portal.ivisyscloud.com")) {
Blazor.start({
environment: "Staging",
loadBootResource: function (type, name, defaultUri, integrity) {
return appendVersion(defaultUri, "ivi-version=2025.11.1");
}
});
}
else {
Blazor.start({
environment: "Production",
loadBootResource: function (type, name, defaultUri, integrity) {
return appendVersion(defaultUri, "ivi-version=2025.11.1");
}
});
}
</script>
</body>
</html>
Open service 20.105.232.10:80 路 stage-portal.ivisyscloud.com
2026-01-11 09:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 11 Jan 2026 09:08:13 GMT Location: https://stage-portal.ivisyscloud.com/
Open service 104.18.34.171:8443 路 auth-dev.ivisyscloud.com
2026-01-10 00:35
HTTP/1.1 302 Found Date: Sat, 10 Jan 2026 00:35:11 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 46 Connection: close Location: https://ivisyscloud.com/ CF-Ray: 9bb817cc4ffbe5e2-EWR CF-Cache-Status: HIT Age: 2 Cache-Control: public, max-age=60 Server: cloudflare Strict-Transport-Security: max-age=31536000; includeSubDomains Vary: Accept, accept-encoding X-Auth0-L: 0.003 X-Auth0-RequestId: 6fe0f850c5239e0fdaba X-Content-Type-Options: nosniff set-cookie: __cf_bm=qt5EFACQlbZJENc_Vqx9J14IqIabekvMLilj3g.GjkA-1768005311.4069724-1.0.1.1-l3qarh_oVYLZ5LzzCBNlq83VuS0E7p14jHlrF_.0aWH8t4JbaVjQhs8oKABCDmjg6vmC7OP84BO1HftWqI7YdBB5oFsWGzhkzlnLVf.WXKYEN6Cxfsf0FNSmGToFgfXw; HttpOnly; Secure; Path=/; Domain=eu.auth0.com; Expires=Sat, 10 Jan 2026 01:05:11 GMT alt-svc: h3=":8443"; ma=86400 Found. Redirecting to https://ivisyscloud.com/
Open service 104.18.34.171:8443 路 auth-dev.ivisyscloud.com
2025-12-23 09:06
HTTP/1.1 302 Found Date: Tue, 23 Dec 2025 09:06:06 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 46 Connection: close Location: https://ivisyscloud.com/ CF-Ray: 9b26b3790f0ae5af-LHR CF-Cache-Status: HIT Age: 0 Cache-Control: public, max-age=60 Server: cloudflare Strict-Transport-Security: max-age=31536000; includeSubDomains Vary: Accept, accept-encoding X-Auth0-L: 0.003 X-Auth0-RequestId: e5315188e5359cef1fa4 X-Content-Type-Options: nosniff set-cookie: __cf_bm=LcCk1p31fIhVr2DfvWNHqekERynyE3XeGirbNxmoG4g-1766480766.888467-1.0.1.1-DEUH88t3_AIhnx95bZA7Yj_vKkiwbQ7rhMeZBInPaLoznqoVtkDsk_88iikwq5EzNDhoGjEbdWDDJDDBFG4bPW6_wRS0N272S3QZvGhr4TPM_L0sVNZ0msVcfu6gwTpO; HttpOnly; Secure; Path=/; Domain=eu.auth0.com; Expires=Tue, 23 Dec 2025 09:36:06 GMT alt-svc: h3=":8443"; ma=86400 Found. Redirecting to https://ivisyscloud.com/
Open service 20.50.2.39:80 路 ivisyscloud.com
2025-12-19 05:57
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 19 Dec 2025 05:57:08 GMT Location: https://ivisyscloud.com/
Open service 20.50.2.39:443 路 ivisyscloud.com
2025-12-19 05:57
HTTP/1.1 200 OK
Content-Length: 2925
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 05:57:08 GMT
Server: nginx/1.24.0
Accept-Ranges: bytes
ETag: "690c8091-b6d"
Last-Modified: Thu, 06 Nov 2025 11:03:45 GMT
Page title: IvisysCloud Customer Portal
<!DOCTYPE html>
<html lang="en" style="min-height: 100vh">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>IvisysCloud Customer Portal</title>
<base href="/" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="_content/MudBlazor/MudBlazor.min.css?ivi-version=2025.11.1" rel="stylesheet" />
<link href="css/app.css?ivi-version=2025.11.1" rel="stylesheet" />
<link href="IviPro.Cloud.Portal.App.styles.css?ivi-version=2025.11.1" rel="stylesheet" />
</head>
<body style="height: 100vh;">
<div id="app-container">
<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="app-footer">powered by PALLETAI</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="_framework/blazor.webassembly.js?ivi-version=2025.11.1" autostart="false"></script>
<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js?ivi-version=2025.11.1"></script>
<script src="_content/MudBlazor/MudBlazor.min.js?ivi-version=2025.11.1"></script>
<script src="js/js-file-download-interop.js?ivi-version=2025.11.1"></script>
<script>
function appendVersion(url, ver) {
if(!url)
return url;
let i = url.indexOf("?");
if(i <= 0)
return `${url}?${ver}`;
let next = i + 1;
if (next === url.length)
return `${url.slice(0, i)}?${ver}`;
return `${url.slice(0, i)}?${ver}&${url.slice(next)}`;
}
if (window.location.hostname.includes("localhost")) {
Blazor.start({
environment: "Development"
});
}
else if (window.location.hostname.includes("stage-portal.ivisyscloud.com")) {
Blazor.start({
environment: "Staging",
loadBootResource: function (type, name, defaultUri, integrity) {
return appendVersion(defaultUri, "ivi-version=2025.11.1");
}
});
}
else {
Blazor.start({
environment: "Production",
loadBootResource: function (type, name, defaultUri, integrity) {
return appendVersion(defaultUri, "ivi-version=2025.11.1");
}
});
}
</script>
</body>
</html>