Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - vcap1.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://www.vcap1.com/
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Sat, 24 May 2025 06:44:51 GMT
Content-Length: 145

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 http kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

200 OK - http://www.vcap1.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Sat, 24 May 2025 06:44:53 GMT
Content-Length: 12226

HTTP Kodu 200 OK

200 http kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: vcap1.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<!--
    Alpha by HTML5 UP
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
    <title>MyHangout</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="description" content="" />
    <meta name="keywords" content="" />
    <!-- new added css -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" crossorigin="anonymous">
    <link href="/Content/css/bootstrap.min.css" rel="stylesheet" />
    <link rel="stylesheet" href="/Content/css/skel.css" />
    <link rel="stylesheet" href="/Content/css/style.css" />
    <link rel="stylesheet" href="/Content/css/style-wide.css" />

    

    <!-- new added css -->
    <link href="/Content/css/jquery-ui.min.css" rel="stylesheet" />
    <link rel="shortcut icon" href="/Content/images/favicon.ico" />
    <link href="/Content/css/bootstrap-datetimepicker.min.css" rel="stylesheet" />
    <!--[if lte IE 8]><script src="/Content/css/ie/html5shiv.js"></script><![endif]-->
    <script src="/Scripts/jquery-3.3.1.min.js"></script>
    
    <script src="/Scripts/jquery.dropotron.min.js"></script>
    <script src="/Scripts/jquery.scrollgress.min.js"></script>
    <script src="/Scripts/skel.min.js"></script>
    <script src="/Scripts/skel-layers.min.js"></script>
    <script src="/Scripts/init.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.core.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.widget.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.mouse.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.button.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.draggable.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.position.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.resizable.js"></script>
    <script src="/Content/jquery-ui-master/ui/jquery.ui.button.js"></script>
    <script src="/Scripts/moment.min.js"></script>
    <script src="/Scripts/bootstrap-datetimepicker.min.js"></script>

    
    <script src="/Scripts/jquery-ui.js"></script>
   
    <script type="text/javascript">
        function googleTranslateElementInit() {
            new google.translate.TranslateElement({ pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element');
        }
    </script>
    <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

    <script>
        function ClearForm() {
            $("input[type=text]").val("");
            $("input[type=password]").val("");
            $("input[type=email]").val("");
            $("input[type=radio]").removeAttr("checked");
            $("select option:nth(0)").attr("selected", "true");
        }
        function Alert(m) {
            var w = $(window).width() * 0.7;
            if (w > 500) {
                w = 500;
            }
            $("#dialog-message-text").html(m);
            $("#dialog-message").dialog({
                modal: true,
                width: w,
                buttons: {
                    Ok: function () {
                        $(this).dialog("close");
                    }
                }
            });
        }
        function Confirm(msg) {
            ConfirmMain(msg, {
                Ok: function () {
                    $(this).dialog("close");
                },
                Cancel: function () {
                    $(this).dialog("close");
                }
            });
        }
        function ConfirmMain(msg, options) {
            var w = $(window).width() * 0.7;
            if (w > 500) {
                w = 500;
            }
            $("#dialog-confirm-text").html(msg);
            $("#dialog-confirm").dialog({
                resizable: false,
                width: w,
                height: 200,
                modal: true,
                buttons: options
            });
        }

        function removeBodyClass() {
            setTimeout(function () {
                $("body").removeClass("landing");
            }, 100);
        }




        function showScroll() {
            $(window).scroll(function () {
                var scrollValue = $(window).scrollTop();
                scrollValue > 100 ? $('div[class=scroll]').fadeIn() : $('div[class=scroll]').fadeOut();
            });
            $('#scroll').click(function () {
                $("html,body").animate({ scrollTop: 0 }, 200);
            });
        }
        $(function () {
            showScroll();
        });
    </script>
    <noscript>



    </noscript>
    <!--[if lte IE 8]><link rel="stylesheet" href="/Content/css/ie/v8.css" /><![endif]-->

    <style>
        .goog-te-gadget-simple {
            background-color: #444444;
            border-width: 0px;
            cursor: pointer;
            display: inline-block;
            font-size: 10pt;
            padding: 0px;
            height: 50px;
        }

        h3 {
            color: rgb(227,108,10);
            font-weight: bolder;
        }

        h2 {
            font-weight: bolder;
        }

        .order {
            list-style: decimal;
        }

        .ui-dialog {
            font-size: 62.5%;
            font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
        }

        .scroll {
            width: 60px;
            height: 60px;
            background: rgb(68,68,68);
            color: #fff;
            line-height: 60px;
            text-align: center;
            position: fixed;
            right: 20px;
            bottom: 20px;
            cursor: pointer;
            font-size: 14px;
        }

        .u4, .u4 li, .u4 p, .u4 h3 {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .u4 li {
                float: left;
                width: 30%;
                margin-left: 10px;
            }

            .u4 h3 {
                color: rgb(84,141,212);
            }

            .u4 p {
                color: black;
            }


        .abcOrder, .abcOrder li {
            list-style: lower-alpha;
        }
    </style>
</head>
<body class="landing">
    <div id="dialog-message" style="display:none;" title="Alert">
        <p>
            <b id="dialog-message-text"></b>.
        </p>
    </div>
    <div id="dialog-confirm" style="display:none;" title="Confirm">
        <p>
            <b id="dialog-confirm-text"></b>
        </p>
    </div>

    <!-- Header -->
    <header id="header" class="skel-layers-fixed">
        <h1><a href="/"> <img style="width:170px" src="/Content/images/logo.png" /></a></h1>
        <nav id="nav">
            <ul>
                <li id="google_translate_element">
                </li>
                <li><a href="/Home/Index">Home</a></li>
                <li>
                    <a href="/Home/About">About us</a>
                </li>
                <li>
                    <a href="/Home/Terms">Terms</a>
                </li>
                <li>
                    <a href="/Home/Contact">Contact us</a>
                </li>
                    <li><a href="/User/Register" class="button">Register Now</a></li>
            </ul>
        </nav>
    </header>

    

<style>
    .describe {
        list-style: none;
    }

        .describe li {
            color: rgb(0,0,0);
            margin: 0px;
            padding: 0px;
            float: left;
            width: 48%;
            text-align: left;
        }
</style>
<script>
    $(function () {
        $("a").click(function () {
            var hr = $(this).attr("href");
            if (hr[0] != "#") {
                return true;
            }
            var anh = $(hr).offset().top;
            $("html,body").stop().animate({ scrollTop: anh }, 500);
            return false;
        });
    });
</script>
<!-- Banner -->

<section id="banner">
  <div class="col-sm-12"><img style="width:250px" src="/Content/images/logo.png" /></div>
    <p>Live video delivery platform simplified.</p>
    <ul class="actions">

            <li><a href="/User/Login" class="button special">Login</a></li>


        <li><a href="/Home/LearnMore" class="button">Learn More</a></li>
    </ul>
</section>

<!-- Main -->
<section id="main" class="container">

    <section id="LearnMore" class="box special">
        <header class="major">
            <h2 style="position:relative; top:-20px; font-weight:bold;">
                Communicate with one person at a time
                <br />or to a group of people instantly.
                <br />
                The choice is yours.
            </h2>
            <p style="width:100%; margin:0px; padding:0px;"></p>




            <ul class="describe">
                <li style="float:left;">
                    Make one-on-one video call or talk to a group of people; deliver lectures; broadcast your graduation or your birthday live; show breaking news; political rally or public protest; go to meeting with any number of people (hundreds, thousands, or even millions); or simply showcase new product(s). Let your imagination help bring out your creative side.
                </li>
                <li style="float:right;">
                    Focus on and show the dress at the store; the food at the restaurant; the performance of your child on the football field or school organized event(s); ballet, or the ballroom dance: your new house: your fundraising events, annual family meeting, or bussiness get together, etc.
                </li>

            </ul>
            <div style="clear:both;"></div>
            <h2 style="font-size:18px; margin-top:40px;">You are now the producer of the show…</h2>


        </header>
        
    </section>

    
</section>


    
<div aria-hidden="true" aria-labelledby="lbl-modal-call-receive" role="dialog" tabindex="-1" id="modal-call-receive" class="modal fade common-modal" data-backdrop="static">
    <div class="modal-dialog  modal-md">
        <div class="modal-content">
        </div>
    </div>
</div>
    <div id="modal-broadcast-notification"></div>
    <!-- Footer -->
    <footer id="footer">
        

        
        <ul class="copyright">
            <li>&copy;Copyright 2015. MyHangout.com, All Rights Reserved.</li>
        </ul>
        <ul class="copyright">
            <li>
                <a href="https://play.google.com/store/apps/details?id=com.primehangout.vcap1&hl=en_IN&gl=US" target="_blank">
                    <img src="/Content/images/app-link.png" alt="app-link" />
                </a>
            </li>
            <li>
                <a href="https://apps.apple.com/il/app/vcap1/id994434342" target="_blank">
                    <img src="/Content/images/app-link1.png" alt="app-link"  />
                </a>
            </li>
        </ul>
       
        
    </footer>
    <div class="scroll" id="scroll" style="display:none;">
        TOP
    </div>
    <script src="/Scripts/popper.min.js"></script>
    <script src="/Scripts/bootstrap.min.js"></script>
    <script src="/Scripts/global.js"></script>
    <script src="/Scripts/Custom.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validation-unobtrusive/3.2.11/jquery.validate.unobtrusive.min.js"></script>


    <script>
        Global.DomainName = 'https://www.vcap1.com/';
        Global.PrimehangoutUrl = 'https://www.primehangout.com/';
    </script>

    <script src="/Scripts/signalr.min.js"></script>
    
    
    <script src="/Scripts/chat/messageHub.js"></script>
    
    

</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: VCAP1.COM
Registry Domain ID: 1876869784_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-09-22T17:16:50Z
Creation Date: 2014-09-22T02:30:08Z
Registry Expiry Date: 2029-09-22T02:30:08Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.VCAP1.COM
Name Server: NS2.VCAP1.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-24T06:44:36Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass