https://restaurantgliss.updatemyprofile.com/t-sjlhjo-071C224A-aiyudkjhy-i

Submitted URL:
https://restaurantgliss.updatemyprofile.com/t-sjlhjo-071C224A-aiyudkjhy-i
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <title>Restaurant G.L.I.S.S voorkeursinstellingen</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script type="text/javascript" src="https://js.createsend1.com/js/jquery-1.7.2.min.js?h=C99A465920240529"></script>
    <link href="https://css.createsend1.com/css/reset.min.css?h=3B4BACAF20240529" media="screen" rel="stylesheet" type="text/css">
    <link href="https://css.createsend1.com/css/preference-center.min.css?h=DB94DB9C20240529" media="screen" rel="stylesheet" type="text/css">

    <script type="text/javascript">
    $(function() {
        const handleError = function() {
                $(".preference-center-confirmation__heading").html("Sorry, we hebben problemen met uw verzoek");
                $(".preference-center-confirmation__content").html('<p class="preference-center-confirmation__text">Probeer het over een paar minuten opnieuw.</p>');
        };
        $("#submit").click(function(e) {
            e.preventDefault();
            $.ajax({
                type: "POST",
                url: "/preference-center/send-confirmation-email"  ,
                data: {
                    databaseId: "t",
                    campaignId: "sjlhjo",
                    clientId: "tjyhkr",
                    cmlinkindex: "i",
                    hashSubscriberId: "071C224A",
                    subscriberId: "aiyudkjhy",
                    __RequestVerificationToken: $('input[name="__RequestVerificationToken"]').val()
                }
            }).success(function(data) {
                if (data.successful) {
                    $(".preference-center-confirmation__heading").html("Email verzonden");
                    $(".preference-center-confirmation__content").html(`<p class="preference-center-confirmation__text" >Controleer uw inbox voor een e-mail met een link naar het voorkeurencentrum. Controleer ook uw spam- of ongewenste map als u deze niet in uw inbox ziet.</p><p class="preference-center-confirmation__text">Vraag een nieuwe link aan als de originele link verlopen is.</p>`);
                } else {
                    if (data.reason === "RateLimited") {
                        $(".preference-center-confirmation__heading").html("Je hebt deze e-mail te vaak aangevraagd");
                        $(".preference-center-confirmation__content").html('<p class="preference-center-confirmation__text">Een van je eerdere e-mails om je voorkeuren bij te werken werkt mogelijk nog steeds of probeer het over enkele ogenblikken opnieuw.</p>');
                    } else {
                        handleError();
                    }
                }
            }).fail(function(e) {
                handleError();
            });
        });
    });
    </script>
</head>
<body>
    <input name="__RequestVerificationToken" type="hidden" value="qSTh65hKFYdMNP4FTIpCehGeUEZG3SlBJaQ93WiFAb6DkEolO6M2CUTOmLDKVN0OMaWYsH7GTBgRibmvYsH5ycXXNxc1">
    <div>
        <form class="preference-center-confirmation">
            <h1 class="preference-center-confirmation__heading">Werk uw voorkeuren bij</h1>
            <div class="preference-center-confirmation__content">
                <p class="preference-center-confirmation__text">Om uw voorkeuren bij te werken, klikt u op de onderstaande knop om een e-mail te ontvangen met een link naar het voorkeurencentrum.</p>
                <p class="preference-center-confirmation__text">Om veiligheidsredenen zal deze link na korte tijd verlopen. U kunt echter altijd een nieuwe koppeling aanvragen.</p>
                <button class="primary huge save" type="submit" id="submit">E-mail mij een beveiligde link</button>
            </div>
        </form>
    </div>


</body></html>