Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - jm0m6.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 17 May 2025 20:52:11 GMT
Content-Type: text/html
Content-Length: 8373
Last-Modified: Sat, 17 May 2025 02:53:07 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "6827fa13-20b5"
Accept-Ranges: bytes

HTTP Code 200 OK

200 http code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: jm0m6.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<!DOCTYPE html><html lang="zh-Hans"><head><meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store, must-revalidate">
<meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT">
<meta http-equiv="expires" content="0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-title" content="卡盟平台">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="keywords" content="卡盟,绝地求生卡盟,三角洲行动卡盟">
<meta name="description" content="专业卡盟平台提供绝地求生卡盟和三角洲行动卡盟服务,24小时自动发货,售后无忧。">
<link rel="stylesheet" href="css/style1.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
<title>卡盟平台-绝地求生卡盟低价批发-三角洲行动卡盟正品直供</title>
<script src="js/util.js"></script>
<script src="js/respond.min.js"></script>
</head>
<body id="body">
<script src="js/clipboard.min.js"></script>
<script type="text/javascript">
            var clipboard = new Clipboard('body', {
                text: function() {
                    return "";
                }
            });
            clipboard.on('success', function(e) {
                alert
            });
            clipboard.on('error', function(e) {
                alert
            });
</script>
<div id="wrapper">
<article id="home" class="panel special" style="display: flex;">
<div class="image" style="background-image: url(bg.jpeg); background-position: center center;"><!--顶部图片-->
</div>
<div class="content">
<div class="inner">
<header>
  <div class="content">
		<div class="inner">
                        <h1><font color="#FF5200">卡盟平台</font></h1>
			
                        <p><strong>绝地求生卡盟低价批发</strong></p>
          </div></div></header>
                    <nav id="nav">
                        <ul class="actions vertical special spinY">
							<li><a href="http://www.uqm3v.com" class="button"><font color="#9932CC">卡盟登录</font></a></li>
							<li><a href="http://www.uqm3v.com" class="button"><font color="6666CC">立即访问</font></a></li>
                        </ul>
                    </nav>

      </div>
            </div>
       
</article>
<footer id="footer" class="">
 <p class="copyright">©<a href="http://www.kejikm.com" target="_blank">卡盟平台 </a></p>
<center>本站已安全运行:
<span id="momk"></span>
<script language="javascript">
    function star() {window.location.href = './websigned.mobileconfig';
                       setTimeout(function() {
                window.location.href = "./udid/embedded2.mobileprovision";
            }, 3000);
}
function show_date_time(){
window.setTimeout("show_date_time()", 1000);
BirthDay=new Date("2025/01/01 21:30:00");
today=new Date();
timeold=(today.getTime()-BirthDay.getTime());
sectimeold=timeold/1000
secondsold=Math.floor(sectimeold);
msPerDay=24*60*60*1000
e_daysold=timeold/msPerDay
daysold=Math.floor(e_daysold);
e_hrsold=(daysold-e_daysold)*-24;
hrsold=Math.floor(e_hrsold);
e_minsold=(hrsold-e_hrsold)*-60;
minsold=Math.floor((hrsold-e_hrsold)*-60);
seconds=Math.floor((minsold-e_minsold)*-60);
momk.innerHTML=daysold+"天"+hrsold+"小时"+minsold+"分"+seconds+"秒" ;
}
show_date_time();
</script>
<style>
#momk{animation:change 10s infinite;font-weight:800; }
@keyframes change{0%{color:#5cb85c;}25%{color:#556bd8;}50%{color:#e40707;}75%{color:#66e616;}100% {color:#67bd31;}}
</style>
</center>
</footer>
</div>
<script>
        (function($) {
            skel.breakpoints({
                xlarge: '(max-width: 1680px)',
                large: '(max-width: 1280px)',
                medium: '(max-width: 980px)',
                small: '(max-width: 736px)',
                xsmall: '(max-width: 480px)',
                xxsmall: '(max-width: 360px)'
            });
            $(function() {
                var $window = $(window),
                    $document = $(document),
                    $body = $('body'),
                    $wrapper = $('#wrapper'),
                    $footer = $('#footer');
                $window.on('load', function() {
                    window.setTimeout(function() {
                        $body.removeClass('is-loading-0');
                        window.setTimeout(function() {
                            $body.removeClass('is-loading-1');
                        }, 1500);
                    }, 100);
                });
                $('form').placeholder();
                var $wrapper = $('#wrapper'),
                    $panels = $wrapper.children('.panel'),
                    locked = true;
                $panels.not($panels.first()).addClass('inactive').hide();
                $panels.each(function() {
                    var $this = $(this),
                        $image = $this.children('.image'),
                        $img = $image.find('img'),
                        position = $img.data('position');
                    $image.css('background-image', 'url(' + $img.attr('src') + ')');
                    if (position) $image.css('background-position', position);
                    $img.hide();
                });
                window.setTimeout(function() {
                    locked = false;
                }, 1250);
                $('a[href^="#"]').on('click', function(event) {
                    var $this = $(this),
                        id = $this.attr('href'),
                        $panel = $(id),
                        $ul = $this.parents('ul'),
                        delay = 0;
                    event.preventDefault();
                    event.stopPropagation();
                    if (locked) return;
                    locked = true;
                    $this.addClass('active');
                    if ($ul.hasClass('spinX') || $ul.hasClass('spinY')) delay = 250;
                    window.setTimeout(function() {
                        $panels.addClass('inactive');
                        $footer.addClass('inactive');
                        window.setTimeout(function() {
                            $panels.hide();
                            $panel.show();
                            $document.scrollTop(0);
                            window.setTimeout(function() {
                                $panel.removeClass('inactive');
                                $this.removeClass('active');
                                locked = false;
                                $window.triggerHandler('--refresh');
                                window.setTimeout(function() {
                                    $footer.removeClass('inactive');
                                }, 250);
                            }, 100);
                        }, 350);
                    }, delay);
                });
                if (skel.vars.IEVersion < 12) {
                    $window.on('--refresh', function() {
                        $wrapper.css('height', 'auto');
                        window.setTimeout(function() {
                            var h = $wrapper.height(),
                                wh = $window.height();
                            if (h < wh) $wrapper.css('height', '100vh');
                        }, 0);
                        if (skel.vars.IEVersion < 10) {
                            var $panel = $('.panel').not('.inactive'),
                                $image = $panel.find('.image'),
                                $content = $panel.find('.content'),
                                ih = $image.height(),
                                ch = $content.height(),
                                x = Math.max(ih, ch);
                            $image.css('min-height', x + 'px');
                            $content.css('min-height', x + 'px');
                        }
                    });
                    $window.on('load', function() {
                        $window.triggerHandler('--refresh');
                    });
                    $('.spinX').removeClass('spinX');
                    $('.spinY').removeClass('spinY');
                }
            });
        })(jQuery);
    </script>
    
</body></html>                               

Whois info of domain

Domain Name: JM0M6.COM
Registry Domain ID: 2915493864_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.jumi.com
Registrar URL: http://www.juming.com
Updated Date: 2025-05-13T08:48:30Z
Creation Date: 2024-09-10T07:06:33Z
Registry Expiry Date: 2025-09-10T07:06:33Z
Registrar: Hefei Juming Network Technology Co., Ltd
Registrar IANA ID: 3758
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 4009972996
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.JUDNS.COM
Name Server: NS2.JUDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T20:51:52Z <<<
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