https://klientenportal.at/

ID da verificação
303e2bca-de02-48f3-aa05-60404453fdccConcluído
URL enviado:
https://klientenportal.at/
Relatório concluído:

Ligações · 0 encontradas

As ligações de saída identificadas na página

Variáveis JavaScript · 6 encontradas

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
Blazorobject
DotNetobject
WriteCookiefunction

Mensagens de registo da consola · 4 encontradas

Mensagens registadas na consola web

TipoCategoriaRegisto
verbosedom
URL
https://klientenportal.at/
Texto
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
infoother
URL
https://klientenportal.at/_framework/blazor.server.js
Texto
[2024-11-20T10:27:11.172Z] Information: Normalizing '_blazor' to 'https://klientenportal.at/_blazor'.
infoother
URL
https://klientenportal.at/_framework/blazor.server.js
Texto
[2024-11-20T10:27:11.547Z] Information: WebSocket connected to wss://klientenportal.at/_blazor?id=FEvX5NEF80BWvIRefX-tKw.
verbosedom
URL
https://klientenportal.at/
Texto
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

O corpo HTML em bruto da página

<!DOCTYPE html><html lang="de-at"><head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <title>RZL Klientenportal</title>

        <base href="/">

        <!-- Icon (https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs) -->
        <link rel="icon" href="images/heart.ico" sizes="32x32">
        <link rel="icon" href="images/heart.svg" type="image/svg+xml">
        <link rel="apple-touch-icon" href="images/heart.png">

        <!-- Blazor Defaults -->
        <link rel="stylesheet" type="text/css" href="css/site.css">
        
        <!-- Css Isolation -->
        <link rel="stylesheet" type="text/css" href="RZL.Klientenportal.Gateway.Web.App.styles.css">

        <!-- Bootstrap -->
        <link rel="stylesheet" type="text/css" href="css/custom-bootstrap.min.css">

        <!-- Others -->
        <link rel="stylesheet" type="text/css" href="css/layout-centered.css">
    </head>

    <body style="background-color: #e2e2e2">
        <!--!--><!--!--><!--!--><!--!--><!--!--><div class="page" b-mxv09coz24=""><main b-mxv09coz24=""><article class="content px-4" b-mxv09coz24=""><!--!--><div class="vertical-center" b-kvswi3w0tf=""><div class="container content" style="max-width: 25em" b-kvswi3w0tf=""><!--!--><form method="post"><!--!--><!--!--><!--!--><!--!--><!--!-->

            <center b-kvswi3w0tf=""><strong b-kvswi3w0tf="">Willkommen zum</strong></center><!--!-->
                
            <!--!--><center b-kvswi3w0tf=""><img class="logo" src="images/rzl_Klientenportal.svg" b-kvswi3w0tf=""></center>

            <hr b-kvswi3w0tf="">

            
            <div class="form-group" b-kvswi3w0tf=""><label asp-for="Input.Username" b-kvswi3w0tf="">Anwendernummer:</label><!--!-->
                <input asp-for="Input.Username" class="form-control" b-kvswi3w0tf=""></div><!--!-->

            
            <div class="form-group mt-3" b-kvswi3w0tf=""><label asp-for="Input.Username" b-kvswi3w0tf="">Benutzername:</label><!--!-->
                <input asp-for="Input.Username" class="form-control" b-kvswi3w0tf=""></div><!--!-->

            
            <div class="form-group mt-3" b-kvswi3w0tf=""><label asp-for="Input.Password" b-kvswi3w0tf="">Passwort:</label><!--!-->
                <input asp-for="Input.Password" class="form-control" type="password" b-kvswi3w0tf=""></div><!--!-->

            
            <div class="mt-3" b-kvswi3w0tf=""><!--!--></div><!--!-->

            <div class="submit" b-kvswi3w0tf=""><button type="submit" class="btn btn-primary" b-kvswi3w0tf=""><!--!--><span b-kvswi3w0tf="">Login</span></button></div></form></div></div></article></main></div><!--!-->
        <!--!-->

        <div id="blazor-error-ui">
            
                An error has occurred. This application may no longer respond until reloaded.
            
            
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>

        <script src="_framework/blazor.server.js"></script>
    

    <script>
        function WriteCookie(name, value, expiredMS) {

            var expires;
            if (expiredMS) {
                var date = new Date(Date.now() + expiredMS);
                expires = "; expires=" + date.toGMTString();
            }
            else {
                expires = "";
            }
            document.cookie = name + "=" + value + expires + "; path=/";
        }
    </script>

</body></html>