Проверить доступность сайта

CURL-запрос выполнен без ошибок.
Время распознавания ДНС-имени: 0.056991
IP-адрес сервера: 85.175.214.170
Время соединения с сервером: 0.104755
Время установления SSL-соединения: 0.206917
Время перед началом ответа: 0.311026
Общее время выполнения запроса: 0.31108
Код HTTP-ответа сервера: 200 ( Ok )
Принято байт всего: 6286
Код HTTP-ответа среди заданных: Да
Цепочка сертификатов:
- доверие к цепочке: Да
- даты сертификатов валидны: Да
- имя сервера в сертификате: Да

HTTP/2 200
content-type: text/html; charset=utf-8
content-length: 4988
server: nginx/1.26.3
date: Mon, 16 Feb 2026 20:20:48 GMT
vary: Cookie, Origin
pr-is-success: true
pr-started: 2026-02-17 00:20:48.274768
pr-path: /
pr-user:
pr-hostname: 25a51542b087
pr-total: 48.2590
pr-sql-total: 0.0000
pr-sync-sql-total: 0.0000
pr-async-sql-total: 0.0000
pr-sql-count: 0
pr-sync-sql-count: 0
pr-async-sql-count: 0
pr-sql-duplicate-count: 0
pr-sql-transaction-count: 0
pr-sql-transaction-total: 0.0000
pr-sql-db-aliases:
pr-client-ip: 93.157.173.90
pr-pid: 29792
pr-sync-sql-s-count: 0
pr-async-sql-s-count: 0
pr-sync-sql-s-total: 0
pr-sync-sql-i-count: 0
pr-async-sql-i-count: 0
pr-sync-sql-i-total: 0
pr-sync-sql-u-count: 0
pr-async-sql-u-count: 0
pr-sync-sql-u-total: 0
pr-sync-sql-d-count: 0
pr-async-sql-d-count: 0
pr-sync-sql-d-total: 0
pr-sync-sql-c-count: 0
pr-async-sql-c-count: 0
pr-sync-sql-c-total: 0
pr-sync-sql-sp-count: 0
pr-async-sql-sp-count: 0
pr-sync-sql-j-count: 0
pr-async-sql-j-count: 0
pr-sync-sql-di-count: 0
pr-async-sql-di-count: 0
pr-sync-sql-gb-count: 0
pr-async-sql-gb-count: 0
pr-custom: PR-CUSTOM-ENT-ID
pr-custom-ent-id: None
x-request-time: 0.054
strict-transport-security: max-age=31536000; includeSubDomains; preload

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link href="/static/web/lehaUI/style/app.css" rel="stylesheet" type="text/css" />
    <link href="/static/web/lehaUI/style/theme/theme.css" rel="stylesheet" type="text/css" />

    <script type="text/javascript" src="/static/web/lehaUI/scripts/jquery.min.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/jquery.inherit.js"></script>

    <script type="text/javascript" src="/static/web/lehaUI/scripts/ui.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/global.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Base.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/EventsManager.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Element.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/ControlView.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Control.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Iframe.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/MainMenu.js"></script>

    <script type="text/javascript" src="/static/web/lehaUI/scripts/leha_app.js"></script>
    <script type="text/javascript">
        $(function(){

            //Вытаскивает параметр из урла по его названию
            function getParameterByName(name)
            {
                name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
                var regexS = "[\\?&]" + name + "=([^&#]*)";
                var regex = new RegExp(regexS);
                var results = regex.exec(window.location.href);
                if (results === null) {
                    return "";
                } else {
                    return decodeURIComponent(results[1].replace(/\+/g, " "));
                }
            }

            var urlHashParam = '?hash=' + getParameterByName('hash');

            function getBoolFlag(val){
                if (val=='True') return true;
                return false;
            }

            var menu = ui.instance({
                type: 'bars.bind.MainMenu',
                parent: '#bottom-toolbar-menu',
                framesLayout: '#frames-layout',
                menuItems: [
                    
                        {
                            Name: 'Бухгалтерия',
                            Url: '/core'+urlHashParam,
                            Hash: 'buh-online',
                            Icon: '/static/images/desktop_changer/buhonline_32.png',
                            method: 'GET',
                            router: '/router/desktop-gateway/get-rout',
                            main:getBoolFlag('True'),
                            afterLoadHandler: "",
                            onCreateHandler: "",
                        },
                    
                        {
                            Name: 'Отчетность',
                            Url: 'https://report.depfin70.ru/dfto'+urlHashParam,
                            Hash: 'ria-online',
                            Icon: '/static/images/desktop_changer/ria_32.png',
                            method: 'GET',
                            router: '/router/desktop-gateway/get-rout',
                            main:getBoolFlag('False'),
                            afterLoadHandler: "",
                            onCreateHandler: "",
                        },
                    
                ]
            });
            window.bottomMenu = menu;
            // сделаем меню скрытым, но сперва покажем его на 3 сек
            var lockBtn = $('.lock-button .icon');
            lockBtn.click();
            var lockEl = $('.bottom-toolbar');
            lockEl.css({height: 91});
            setTimeout(function(){
                lockEl.stop().animate({height: 5}, 'slow');
            }, 3000);
        });
    function clearAllFrames(){
        if (window.bottomMenu){
            window.bottomMenu.menuItems.each(clearFrame, this);
        }
    };
    function clearFrame(menuItem){
        if ((window.bottomMenu.current != menuItem) && menuItem.el.frame){
            menuItem.el.frame.clear();
            menuItem.el.frame = undefined;
        };
    };
    </script>

</head>
<body>
    <div class="main-frame" id="frames-layout"></div>
    <div class="bottom-toolbar ui-unselectable" id="bottom-toolbar">
        <div class="bottom-toolbar-menu-layout" id="bottom-toolbar-menu"></div>
        <div class="lock-button">
            <div class="border"></div>
            <div class="icon"></div>
        </div>
    </div>
</body>
</html>