Microsoft-IIS 10.0
tcp/443
Open service 20.119.16.27:80 · accubalance.taxstudioai.com
2026-01-12 03:56
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 03:57:37 GMT Location: https://accubalance.taxstudioai.com/
Open service 20.119.16.27:443 · accubalance.taxstudioai.com
2026-01-12 03:56
HTTP/1.1 200 OK
Content-Length: 2775
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 03:57:37 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "0517f35c688db1:0"
Last-Modified: Thu, 27 Feb 2025 03:18:02 GMT
Set-Cookie: ARRAffinity=e71217a0f82a5e1146853bf01faf1d7a7915f53fda9002f296a27b42dda44809;Path=/;HttpOnly;Secure;Domain=accubalance.taxstudioai.com
Set-Cookie: ARRAffinitySameSite=e71217a0f82a5e1146853bf01faf1d7a7915f53fda9002f296a27b42dda44809;Path=/;HttpOnly;SameSite=None;Secure;Domain=accubalance.taxstudioai.com
X-Powered-By: ASP.NET
Page title: Tax Studio AI
<!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>Tax Studio AI</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-192x192.png" sizes="192x192" />
<link href="PullceTax.SDK.Widgets.styles.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" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
<link href="_content/MudBlazor.ThemeManager/MudBlazorThemeManager.css" rel="stylesheet" />
<script>
let component;
window.registerComponent = function (comp) {
component = comp;
}
window.messageReceived = function (message) {
console.log('Message received' + JSON.stringify(message));
}
window.invokeParentMethodAsync = function (event) {
console.log('Received event:', event);
parent.postMessage({ Action: 'InvokeMethod', Method: event.method, Page: event.page, Data: event.data }, '*');
}
window.receiveMessageFromParent = function () {
window.addEventListener('message', function (event) {
component.invokeMethodAsync('ReceiveMessage', JSON.stringify(event.data));
}, false);
parent.postMessage({ Action: 'onReady', Page: 'Index' }, '*');
}
window.triggerFileDownload = (fileName, url) => {
const link = document.createElement('a');
link.href = url;
link.download = fileName ?? '';
document.body.appendChild(link); // Needed for Firefox
link.click();
document.body.removeChild(link);
}
</script>
</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"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
</body>
</html>