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
302 Found - gfb1.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 22:47:01 GMT
Content-Type: text/html;charset=UTF-8; Charset=UTF-8
Content-Length: 127
Connection: keep-alive
Cache-Control: no-cache
Pragma: no-cache
Expires: Fri, 23 May 2025 22:46:00 GMT
Location: /login
Server: Microsoft-IIS/8.5
Set-Cookie: ASPSESSIONIDSABDRQAT=NIMFMJEAGIMJJJHIBPMJNLEH; path=/
X-Powered-By: ASP.NET

HTTP Kodu 302 Bulundu (Geçici Olarak Taşındı)

302 Found, istenen kaynağın geçici olarak farklı bir URL'de mevcut olduğunu gösterir.

Kod 302 ne zaman kullanılır?

  • Bir sayfa URL'sini geçici olarak değiştirirken
  • Yeni içerik test edilirken
  • Geçici bakım sırasında

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

Kullanıcı otomatik olarak yeni URL'ye yönlendirilir, ancak arama motorları eski adresi dizine eklemeye devam eder.

301 Moved Permanently - /login.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 22:47:01 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 145
Connection: keep-alive
Location: http://gfb1.com/login/
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET

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

301 Moved Permanently, 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://gfb1.com/login/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 22:47:01 GMT
Content-Type: text/html;charset=UTF-8; Charset=UTF-8
Content-Length: 10221
Connection: keep-alive
Cache-Control: no-cache
Pragma: no-cache
Expires: Fri, 23 May 2025 22:46:01 GMT
Server: Microsoft-IIS/8.5
Set-Cookie: ASPSESSIONIDSABDRQAT=PIMFMJEAAEMBDDDEJPLDGFKK; path=/
X-Powered-By: ASP.NET

HTTP Kodu 200 OK

200 OK, 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: gfb1.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="UTF-8">
<head>
    <title>BRO</title>
    <meta name="title" content="">
    <meta name="keywords" content="라이브 스포츠, 게임, 스포츠 배팅, 픽스터, 실시간 게임, 승무패, 사다리, 달팽이 레이스">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="stylesheet" type="text/css" href="../common/css/common.css?v=" />
    <link rel="stylesheet" type="text/css" href="../common/css/Scrollbar.css" />
    <link rel="stylesheet" type="text/css" href="../common/css/swiper.css" />
    <link rel="stylesheet" type="text/css" href="../common/css/animations.css" />
    <script type="text/javascript" src="../common/js/jquery-3.2.1.min.js"></script>
    <script type="text/javascript" src="../common/js/pub.js?v="></script>
    <script type="text/javascript" src="../common/js/Scrollbar.js"></script>
    <script type="text/javascript" src="../common/js/rolling_banner.js"></script>
    <script type="text/javascript" src="../common/js/jQueryRotateCompressed.js"></script>
    <!--[if lt IE 9]>
        <script type="text/javascript" src="js/html5.js"></script>
    <![endif]-->
    <script type="text/javascript">
        function loginOk(){
            var fm = document.frmLogin;

            if(fm.m_id.value == "" ){
                popup_open("<b>알림</b><p>아이디를 입력해 주세요.<br>필수적인 요소 입니다.</p>");
                fm.m_id.focus();
            return;
            }
            if(fm.m_passwd.value == "" ){
                popup_open("<b>알림</b><p>비밀번호를 입력해 주세요.<br>필수적인 요소 입니다.</p>");
                fm.m_passwd.focus();
                return;
            }
            $.ajax({
                type:"POST",
                url:"/login/in/",
                dataType:"text",
                data : $("#frmLogin").serialize(),
                success:function(data){
                    if ( data == "OK")
                    {
                        location.href="/"
                    }
                    else
                    {
                        popup_open( data );
                    }
                },
                error:function(request, status, error){

                }
            });
        }

        function EnterCheck(t, b) {
            if (t.value.length > 0) {
            if (event.keyCode == 13)  {
                if (b) {
                loginOk();
                } else  {
                t.form.m_passwd.focus();
                }
            }
            }
        }

        function mobileWeb() {
            if (navigator.userAgent.match(/iPad/) == null && navigator.userAgent.match(/iPhone|Mobile|UP.Browser|Android|BlackBerry|Windows CE|Nokia|webOS|Opera Mini|SonyEricsson|opera mobi|Windows Phone|IEMobile|POLARIS/) != null) {
            $("#devicetype").val('M');
            } else {
            $("#devicetype").val('P');
            //document.location.href = "main.html"; //일반 접속일 경우 일반 홈페이지로 이동
            }
        }

        $(document).ready(function(){
            mobileWeb();

            function isMobile() {
                var filter = "win16|win32|win64|mac|macintel";
                if( navigator.platform  ){
                    if( filter.indexOf(navigator.platform.toLowerCase())<0 ){
                        return true;
                    }else{
                        return false;
                    }
                }
            }

            if(isMobile()) {
                $('#go_mobile').show();
            } else {
                $('#go_mobile').hide();
            }
        });
		//공백제거
		$(document).on("keyup", "input:text[emptyChk]", function() {$(this).val( $(this).val().replace(/ /g,"") );});
    </script>
</head>
<body class="join type_0120">
    <!-- S:rotate -->
    <div class="gate_rotate">
        <img src="../common/images/bg_rotate.png" id="gateRotate">
    </div>
    <!-- E:rotate -->
    <!-- S:gate -->
    <div class="gate">
        <div class="logo_wrap">
            <div class="login_logo">
                <div id="animatedElement" class="fadeIn"><img src="../common/images/logo_login0120.png" alt=""></div>
            </div>
            <div class="login_logo2">
                <div id="animatedElement" class="pulse"><img src="../common/images/logo_login0120.png" alt=""></div>
            </div>
        </div>
        <div class="login_area clear">
            <div class="login_ipt_area">
                <form name="frmLogin" id="frmLogin" method="post">
                    <input type="hidden" name="devicetype" id="devicetype">
                    <input type="text" name="m_id" id="m_id" maxlength="12" accesskey="`" onkeyup="javascript:EnterCheck(this,false);"  placeholder="아이디" emptyChk>
                    <input type="password" name="m_passwd" id="m_passwd" maxlength="12" onkeyup="javascript:EnterCheck(this,true);" placeholder="비밀번호" emptyChk>
                </form>
            </div>

            <div class="input_area2" style="margin: 10px 0px 5px 0px;text-align: center;color: #FFF;">
                <label for="saveId" onClick="$(this).toggleClass('chk');"><input id="saveId" name="chk-box" type="checkbox"> 아이디 저장</label>
                &nbsp;&nbsp;&nbsp;
                <label for="savePass" onClick="$(this).toggleClass('chk');"><input id="savePass" name="chk-box" type="checkbox"> 비밀번호 저장</label>
            </div>
            <script type="text/javascript" src="/common/js/jquery.cookie.js"></script>
            <script type="text/javascript">
            $(document).ready(function(){
            
                var memId = $.cookie("memId");
                var memPw = $.cookie("memPw");

                $("#saveId").click(function(){
                    if($.trim($("#m_id").val()) == "") {
                        alert("아이디를 입력하세요");
                        $("#saveId").prop("checked", false);
                        return;
                    } else {
                        if($("#saveId").prop("checked")) {
                            $.cookie("memId",$("#m_id").val());
                        } else {
                            $.removeCookie("memId");
                        }
                    }
                });

                $("#savePass").click(function(){
                    if($.trim($("#m_passwd").val()) == "") {
                        alert("비밀번호를 입력하세요");
                        $("#savePass").prop("checked", false);
                        return;
                    } else {
                        if($("#savePass").prop("checked")) {
                            $.cookie("memPw",$("#m_passwd").val());
                        } else {
                            $.removeCookie("memPw");
                        }
                    }
                });

                if(!memId || memId == null || memId == undefined || memId == ""  ){
                    $("#saveId").prop("checked", false);
                    $("#m_id").val("");
                }else{
                    $("#saveId").prop("checked", true);
                    $("#m_id").val(memId);
                }

                if(!memPw || memPw == null || memPw == undefined || memPw == "" ){
                    $("#savePass").prop("checked", false);
                    $("#m_passwd").val("");
                }else{
                    $("#savePass").prop("checked", true);
                    $("#m_passwd").val(memPw);
                }

            
            });
            </script>

            <div class="login_btn_area">
                <a href="javascript:loginOk();">로그인</a>
                <a href="javascript:location.href = '/join/pre.asp';" class="btn_join">회원가입</a>
                <p><a href="/login/ask_pass.asp" target="_blank"><span>로그인관련문의</span></a></p>
            </div>
        </div>
    </div>
    <!-- E:gate -->

    <!-- 레이어 마스크 -->
    <div id="layer_mask"></div>
    <!-- 레이어 팝업 -->
    <div id="layer_pop"><!-- 아이콘 01~03 -->
        <div class="pop-container">
            <div class="pop-conts">
                <div class="msg"></div>
            </div>
            <div class="btn-r">
                <a href="#none" class="btn_ok" onclick="popup_close();">확인</a>
            </div>
        </div>
    </div>

    <script>
        var rotation = function (){
            $(this).rotate({
                easing: function (x,t,b,c,d){        // t: current time, b: begInnIng value, c: change In value, d: duration
                return c*(t/d)+b;
                }
            });
        }

        var angle = 0;
        setInterval(function(){
            angle+=0.3;
                $("#gateRotate").rotate(angle);
        },50);

    </script>
</body>
</html>
<!-- Start of LiveChat (www.livechat.com) code -->
<script>
	window.__lc = window.__lc || {};
	window.__lc.license = 14528853;
	;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
</script>
<noscript><a href="https://www.livechat.com/chat-with/14528853/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript>
<!-- End of LiveChat code -->                                 

Alan adının whois bilgisi

Domain Name: GFB1.COM
Registry Domain ID: 2193565494_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-10-18T05:11:09Z
Creation Date: 2017-11-29T11:37:03Z
Registry Expiry Date: 2025-11-29T11:37:03Z
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: DINA.NS.CLOUDFLARE.COM
Name Server: ELMO.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-23T22:46:50Z <<<
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