Domain azposmenu.az
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3036::6815:50e8:8443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 303 See Other
    Date: Fri, 23 Jan 2026 16:27:38 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: no-store, no-cache, must-revalidate
    pragma: no-cache
    expires: Fri, 28 May 1999 00:00:00 GMT
    last-modified: Fri, 23 Jan 2026 16:27:38 GMT
    location: https://azposmenu.az/login.php
    Server: cloudflare
    p3p: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA"
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    x-powered-by: ASP.NET
    x-content-type-options: nosniff
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=193
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZgQX5xzLW%2BQPLwZehJ6cp%2FhvaMpDYaDYfFOnD9K7LQd1q8MxjhzwF%2BWJAWNErV7M6P3Zo3rFZHvLguTMsd%2B7cxF4csehNsDzWhPnfvR20I2FBTtwcEpLGQ%3D%3D"}]}
    CF-RAY: 9c28a8dd8c3fac64-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:50e8:443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:27:38 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: private
    Server: cloudflare
    x-aspnetmvc-version: 5.2
    x-aspnet-version: 4.0.30319
    x-powered-by: ASP.NET
    x-powered-by-plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=492
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KYg%2BL%2Fv4lONvC0goRDHn95r%2FXKZJKZPFOXi2D0cv1Myk5kv5xVnAlbuTmtUzLZI7MzFJkiSpbneLSDB47E14NbXbeJuJuOzuGOUxlKrRGwocljZwK%2FmMAA%3D%3D"}]}
    CF-RAY: 9c28a8dacef24211-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: AZPOS Menu
    
    
    
    
    <!DOCTYPE html>
    <html lang="az">
    <head>
        <title>AZPOS Menu</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta charset="UTF-8">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/bootstrap.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/font-awesome/css/font-awesome.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/flaticon/font/flaticon.css">
    
        <link rel="shortcut icon" href="/ctxLogin/assets/img/favicon.ico" type="image/x-icon">
    
        <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800%7CPoppins:400,500,700,800,900%7CRoboto:100,300,400,400i,500,700">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/style.css">
        <link rel="stylesheet" type="text/css" id="style_sheet" href="/ctxLogin/assets/css/skins/default.css">
        <script src="https://code.jquery.com/jquery-1.11.3.min.js" charset="utf-8"></script>
        <style>
            .mySlides {
                display: block;
                width: 100% !important;
                object-fit: cover;
                height: 100% !important;
                top: 0px !important;
                bottom: 0px !important;
                right: 0px !important;
            }
        </style>
    </head>
    <body id="top" style="overflow: hidden;">
    
        <script>
    
            $(document).ready(function () {
                $('.NO-CACHE').attr('src', function () { return $(this).attr('src') + "?a=" + Math.random() });
            });
    
                function controlLogin() {
                    var username = $("#username").val();
                    var password = $("#password").val();
    
                    if (username == "" || password == "") {
                        $("#spanError").css("color", "red");
                        $("#spanError").html("Xahiş edirəm boş yerlər qoymayın...");
                        $("#spanError").show();
                    }
                    else {
                        $("#imgLoginLoading").show();
                        $.ajax({
                        type: "POST",
                        url: '/Login/GirisYap',
                        async: true,
                        data: JSON.stringify({ "kullaniciAdi": username, "parola": password }),
                        contentType: "application/json",
                        success: function (result) {
                            if (result === "") {
                                $("#spanError").css("color", "red");
                                $("#spanError").html("İstifadəçi adınız və ya şifrəniz səhvdir...");
                                $("#spanError").show();
                                $("#imgLoginLoading").hide();
                            }
                            else {
                                if (result === "x") {
                                    $("#spanError").css("color", "darkorange");
                                    $("#spanError").html("Abunəliyinizin müddəti bitib...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
                                }
                                else {
                                    setCookie("kAd", username, 365);
                                    setCookie("pass", password, 365);
                                    $("#spanError").css("color", "green");
                                    $("#spanError").html("Daxil olmusunuz, yönləndirilirsiniz...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
    
                                    var postUrl = "/ControllerName";
                                    window.location = postUrl.replace("ControllerName", result);
                                }
                            }
                        },
                        error: function (result) {
                            $("#spanError").css("color", "red");
                            $("#spanError").html("Server bağlantısı uğursuz oldu...");
         
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:50e8:80 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:27:37 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Location: https://azposmenu.az/
    Server: cloudflare
    X-Powered-By: ASP.NET
    X-Powered-By-Plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xWTA4blWUr4IkcpPnh1nrOD3Mb1qoYCZkgG64W3N6FU6DtoWqrmyxhaFX%2FfbDHw7S7YASX6fbDtqo4IMsQsx9xFeU1QUQvimNCIn4ZCJF3%2Bemt%2BrDIOeeg%3D%3D"}]}
    CF-RAY: 9c28a8d77b96d2eb-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://azposmenu.az/">here</a></body>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.80.232:443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:27:37 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: private
    Server: cloudflare
    x-aspnetmvc-version: 5.2
    x-aspnet-version: 4.0.30319
    x-powered-by: ASP.NET
    x-powered-by-plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rgNPk%2BT8FkIEGaSJPZ965jwsPCQTwgmn8vvUbMKgr3DxBQaLbuNDDd%2BvqKXn30DhdTb%2FXbINSIktf%2FqSnZL25TwwMACsvDvBTqCcnw%3D%3D"}]}
    CF-RAY: 9c28a8d7fc11d39c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: AZPOS Menu
    
    
    
    
    <!DOCTYPE html>
    <html lang="az">
    <head>
        <title>AZPOS Menu</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta charset="UTF-8">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/bootstrap.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/font-awesome/css/font-awesome.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/flaticon/font/flaticon.css">
    
        <link rel="shortcut icon" href="/ctxLogin/assets/img/favicon.ico" type="image/x-icon">
    
        <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800%7CPoppins:400,500,700,800,900%7CRoboto:100,300,400,400i,500,700">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/style.css">
        <link rel="stylesheet" type="text/css" id="style_sheet" href="/ctxLogin/assets/css/skins/default.css">
        <script src="https://code.jquery.com/jquery-1.11.3.min.js" charset="utf-8"></script>
        <style>
            .mySlides {
                display: block;
                width: 100% !important;
                object-fit: cover;
                height: 100% !important;
                top: 0px !important;
                bottom: 0px !important;
                right: 0px !important;
            }
        </style>
    </head>
    <body id="top" style="overflow: hidden;">
    
        <script>
    
            $(document).ready(function () {
                $('.NO-CACHE').attr('src', function () { return $(this).attr('src') + "?a=" + Math.random() });
            });
    
                function controlLogin() {
                    var username = $("#username").val();
                    var password = $("#password").val();
    
                    if (username == "" || password == "") {
                        $("#spanError").css("color", "red");
                        $("#spanError").html("Xahiş edirəm boş yerlər qoymayın...");
                        $("#spanError").show();
                    }
                    else {
                        $("#imgLoginLoading").show();
                        $.ajax({
                        type: "POST",
                        url: '/Login/GirisYap',
                        async: true,
                        data: JSON.stringify({ "kullaniciAdi": username, "parola": password }),
                        contentType: "application/json",
                        success: function (result) {
                            if (result === "") {
                                $("#spanError").css("color", "red");
                                $("#spanError").html("İstifadəçi adınız və ya şifrəniz səhvdir...");
                                $("#spanError").show();
                                $("#imgLoginLoading").hide();
                            }
                            else {
                                if (result === "x") {
                                    $("#spanError").css("color", "darkorange");
                                    $("#spanError").html("Abunəliyinizin müddəti bitib...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
                                }
                                else {
                                    setCookie("kAd", username, 365);
                                    setCookie("pass", password, 365);
                                    $("#spanError").css("color", "green");
                                    $("#spanError").html("Daxil olmusunuz, yönləndirilirsiniz...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
    
                                    var postUrl = "/ControllerName";
                                    window.location = postUrl.replace("ControllerName", result);
                                }
                            }
                        },
                        error: function (result) {
                            $("#spanError").css("color", "red");
                            $("#spanError").html("Server bağlantısı uğursuz oldu...");
         
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:9b13:80 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:27:37 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Location: https://azposmenu.az/
    Server: cloudflare
    X-Powered-By: ASP.NET
    X-Powered-By-Plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NV%2BEBMEvdOxhkWqlcEE%2FJYBnW8lGq987Y%2BuVARcpzBssOZAaRKclfi8tk2qoYiy2GQYiA18WTYbM7WwS2rSVZmrvTkJ9NaHRWiYu3WMamiVhrf%2FgPq%2Bjrw%3D%3D"}]}
    CF-RAY: 9c28a8d79acb1915-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://azposmenu.az/">here</a></body>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.155.19:8443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 303 See Other
    Date: Fri, 23 Jan 2026 16:27:38 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: no-store, no-cache, must-revalidate
    pragma: no-cache
    expires: Fri, 28 May 1999 00:00:00 GMT
    last-modified: Fri, 23 Jan 2026 16:27:38 GMT
    location: https://azposmenu.az/login.php
    Server: cloudflare
    p3p: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA"
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    x-powered-by: ASP.NET
    x-content-type-options: nosniff
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=521
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NUHUupkuoIr6zFocuYcysaIIV50fJMo9eW3KoukUBabRscxqiYxNujgb7CkvEttUGq5nUyeKIQmlxH1UQXmslOcSYOcKmWj2%2FJI%3D"}]}
    CF-RAY: 9c28a8db2aef8574-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.155.19:80 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:27:38 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Location: https://azposmenu.az/
    Server: cloudflare
    X-Powered-By: ASP.NET
    X-Powered-By-Plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=23,cfOrigin;dur=233
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BmK0xC2IlAl6OMdoKSurXloTAsqnQSbiR9VEGNecEqzPCa7c8c7Sl%2FYds7ghwRNVomow9Yl4S60KnIJ2OD6JLqMyKAE9MOT%2FEn7QFQ%3D%3D"}]}
    CF-RAY: 9c28a8da8e09421b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://azposmenu.az/">here</a><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"de8a30699ebb4470b7f809f7f9bd9fc4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.155.19:443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:27:39 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: private
    Server: cloudflare
    x-aspnetmvc-version: 5.2
    x-aspnet-version: 4.0.30319
    x-powered-by: ASP.NET
    x-powered-by-plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=1127
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FFFcKHVRhJeaATie%2FoGqdk1Acfr8cQixkNkF6tnxEgqxlfYUJCnYpFwPWpOWL6BJ%2BvMlBZjpPyVwk7U9vX7QSLJruF9xouBS95aFJg%3D%3D"}]}
    CF-RAY: 9c28a8dcdd0d41b3-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: AZPOS Menu
    
    
    
    
    <!DOCTYPE html>
    <html lang="az">
    <head>
        <title>AZPOS Menu</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta charset="UTF-8">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/bootstrap.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/font-awesome/css/font-awesome.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/flaticon/font/flaticon.css">
    
        <link rel="shortcut icon" href="/ctxLogin/assets/img/favicon.ico" type="image/x-icon">
    
        <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800%7CPoppins:400,500,700,800,900%7CRoboto:100,300,400,400i,500,700">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/style.css">
        <link rel="stylesheet" type="text/css" id="style_sheet" href="/ctxLogin/assets/css/skins/default.css">
        <script src="https://code.jquery.com/jquery-1.11.3.min.js" charset="utf-8"></script>
        <style>
            .mySlides {
                display: block;
                width: 100% !important;
                object-fit: cover;
                height: 100% !important;
                top: 0px !important;
                bottom: 0px !important;
                right: 0px !important;
            }
        </style>
    </head>
    <body id="top" style="overflow: hidden;">
    
        <script>
    
            $(document).ready(function () {
                $('.NO-CACHE').attr('src', function () { return $(this).attr('src') + "?a=" + Math.random() });
            });
    
                function controlLogin() {
                    var username = $("#username").val();
                    var password = $("#password").val();
    
                    if (username == "" || password == "") {
                        $("#spanError").css("color", "red");
                        $("#spanError").html("Xahiş edirəm boş yerlər qoymayın...");
                        $("#spanError").show();
                    }
                    else {
                        $("#imgLoginLoading").show();
                        $.ajax({
                        type: "POST",
                        url: '/Login/GirisYap',
                        async: true,
                        data: JSON.stringify({ "kullaniciAdi": username, "parola": password }),
                        contentType: "application/json",
                        success: function (result) {
                            if (result === "") {
                                $("#spanError").css("color", "red");
                                $("#spanError").html("İstifadəçi adınız və ya şifrəniz səhvdir...");
                                $("#spanError").show();
                                $("#imgLoginLoading").hide();
                            }
                            else {
                                if (result === "x") {
                                    $("#spanError").css("color", "darkorange");
                                    $("#spanError").html("Abunəliyinizin müddəti bitib...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
                                }
                                else {
                                    setCookie("kAd", username, 365);
                                    setCookie("pass", password, 365);
                                    $("#spanError").css("color", "green");
                                    $("#spanError").html("Daxil olmusunuz, yönləndirilirsiniz...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
    
                                    var postUrl = "/ControllerName";
                                    window.location = postUrl.replace("ControllerName", result);
                                }
                            }
                        },
                        error: function (result) {
                            $("#spanError").css("color", "red");
                            $("#spanError").html("Server bağlantısı uğursuz oldu...");
         
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:9b13:443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 16:27:39 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: private
    Server: cloudflare
    x-aspnetmvc-version: 5.2
    x-aspnet-version: 4.0.30319
    x-powered-by: ASP.NET
    x-powered-by-plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=173,cfOrigin;dur=881
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vI6DEpmMq7gnniE%2Bed%2B%2FukSKrRwJ8zYIxr%2FYTYoAP1aB8O%2BkpspR0NPdeZaGVdnpfu1hFN%2FtWPNqMYlvGL%2FvYxfWb3f6ZhDr%2Fg9AOg0gbJ%2BhXIol4iQ0cA%3D%3D"}]}
    CF-RAY: 9c28a8dca93cc4af-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: AZPOS Menu
    
    
    
    
    <!DOCTYPE html>
    <html lang="az">
    <head>
        <title>AZPOS Menu</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta charset="UTF-8">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/bootstrap.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/font-awesome/css/font-awesome.min.css">
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/fonts/flaticon/font/flaticon.css">
    
        <link rel="shortcut icon" href="/ctxLogin/assets/img/favicon.ico" type="image/x-icon">
    
        <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800%7CPoppins:400,500,700,800,900%7CRoboto:100,300,400,400i,500,700">
    
        <link type="text/css" rel="stylesheet" href="/ctxLogin/assets/css/style.css">
        <link rel="stylesheet" type="text/css" id="style_sheet" href="/ctxLogin/assets/css/skins/default.css">
        <script src="https://code.jquery.com/jquery-1.11.3.min.js" charset="utf-8"></script>
        <style>
            .mySlides {
                display: block;
                width: 100% !important;
                object-fit: cover;
                height: 100% !important;
                top: 0px !important;
                bottom: 0px !important;
                right: 0px !important;
            }
        </style>
    </head>
    <body id="top" style="overflow: hidden;">
    
        <script>
    
            $(document).ready(function () {
                $('.NO-CACHE').attr('src', function () { return $(this).attr('src') + "?a=" + Math.random() });
            });
    
                function controlLogin() {
                    var username = $("#username").val();
                    var password = $("#password").val();
    
                    if (username == "" || password == "") {
                        $("#spanError").css("color", "red");
                        $("#spanError").html("Xahiş edirəm boş yerlər qoymayın...");
                        $("#spanError").show();
                    }
                    else {
                        $("#imgLoginLoading").show();
                        $.ajax({
                        type: "POST",
                        url: '/Login/GirisYap',
                        async: true,
                        data: JSON.stringify({ "kullaniciAdi": username, "parola": password }),
                        contentType: "application/json",
                        success: function (result) {
                            if (result === "") {
                                $("#spanError").css("color", "red");
                                $("#spanError").html("İstifadəçi adınız və ya şifrəniz səhvdir...");
                                $("#spanError").show();
                                $("#imgLoginLoading").hide();
                            }
                            else {
                                if (result === "x") {
                                    $("#spanError").css("color", "darkorange");
                                    $("#spanError").html("Abunəliyinizin müddəti bitib...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
                                }
                                else {
                                    setCookie("kAd", username, 365);
                                    setCookie("pass", password, 365);
                                    $("#spanError").css("color", "green");
                                    $("#spanError").html("Daxil olmusunuz, yönləndirilirsiniz...");
                                    $("#spanError").show();
                                    $("#imgLoginLoading").hide();
    
                                    var postUrl = "/ControllerName";
                                    window.location = postUrl.replace("ControllerName", result);
                                }
                            }
                        },
                        error: function (result) {
                            $("#spanError").css("color", "red");
                            $("#spanError").html("Server bağlantısı uğursuz oldu...");
         
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:9b13:8443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 303 See Other
    Date: Fri, 23 Jan 2026 16:27:38 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: no-store, no-cache, must-revalidate
    pragma: no-cache
    expires: Fri, 28 May 1999 00:00:00 GMT
    last-modified: Fri, 23 Jan 2026 16:27:38 GMT
    location: https://azposmenu.az/login.php
    Server: cloudflare
    p3p: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA"
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    x-powered-by: ASP.NET
    x-content-type-options: nosniff
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=228
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bTZxwIx%2FXRCELUamPlsWlc3sPee03j5sfOVKp0jYfdAfQi2OiLbNqdxRPjPmP9VKmpIgYURLk9JUdFQ0mUGtCtUStg9taOb3MJRDsn8yDNTr8ioHOR%2FhEQ%3D%3D"}]}
    CF-RAY: 9c28a8dc08cd5527-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.80.232:8443 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 303 See Other
    Date: Fri, 23 Jan 2026 16:27:39 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Cache-Control: no-store, no-cache, must-revalidate
    pragma: no-cache
    expires: Fri, 28 May 1999 00:00:00 GMT
    last-modified: Fri, 23 Jan 2026 16:27:39 GMT
    location: https://azposmenu.az/login.php
    Server: cloudflare
    p3p: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA"
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    x-powered-by: ASP.NET
    x-content-type-options: nosniff
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=18,cfOrigin;dur=834
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=l9Og6Ki%2BWNYlcIYgBl4E2Gd5xjdQGehcUr6h5YKv8wkBcs6AUTYGQTRuLx5H4UqDsHWpg6O1IuFOTbWXiWSNdtbZBn6N43HKZl5zVA%3D%3D"}]}
    CF-RAY: 9c28a8dcab69797b-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.80.232:80 · azposmenu.az

    2026-01-23 16:27

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 23 Jan 2026 16:27:37 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Location: https://azposmenu.az/
    Server: cloudflare
    X-Powered-By: ASP.NET
    X-Powered-By-Plesk: PleskWin
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=18,cfOrigin;dur=134
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2K%2BxeWMO048N%2Bv22EbAIFtkyuAlqCxuxryyEi%2BOSK4RXNXy%2BLhTXxgDoaMpSEniu4Qg%2Frko1vGqGKKqC6wMH2BTgVlCxp15JCFywuA%3D%3D"}]}
    CF-RAY: 9c28a8d83b0a9e02-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://azposmenu.az/">here</a><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"de8a30699ebb4470b7f809f7f9bd9fc4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    Found 2026-01-23 by HttpPlugin
    Create report
azposmenu.az*.azposmenu.az
CN:
azposmenu.az
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-23 15:25
Not after:
2026-04-23 16:23