Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - aaazz.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 14:10:07 GMT
Server: Microsoft IIS/8.0
P3P: CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"
Set-Cookie: PHPSESSID=99d3b10c838ca947f8fdc062001900c1; path=/; domain=.aaazz.com
Set-Cookie: 2a0d2363701f23f8a75028924a3af643=MTM1LjE4MS42MC4xMDA%3D; expires=Fri, 16-May-2025 14:10:07 GMT; path=/; domain=.aaazz.com
Expires: 0
Last-Modified: Thu, 15 May 2025 14:10:07 GMT
Cache-Control: pre-check=0, post-check=0, max-age=0
Pragma: no-cache
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8

HTTP Code 200 OK

200 status 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: aaazz.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>주식회사 미르프론텍</title>
<meta name="naver-site-verification" content="77da922e014490727154a126ac368a1947f0d7f4" />
<meta name="Keywords" content="테프론코팅, 폴리아미드코팅, 세라믹코팅, 샌드블라스트, 표면 후처리 전문기업 (주)미르프론텍">
<meta name="Description" content="테프론코팅, 폴리아미드코팅, 세라믹코팅, 샌드블라스트, 표면 후처리 전문. (주)미르프론텍">
<link rel="canonical" href="http://aaazz.com/">
<meta property="og:title" content="주식회사 미르프론텍">
<meta property="og:description" content="테프론코팅, 폴리아미드코팅, 세라믹코팅, 샌드블라스트, 표면 후처리 전문기업 (주)미르프론텍">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="테프론코팅, 폴리아미드코팅, 세라믹코팅, 샌드블라스트, 표면 후처리 전문기업 (주)미르프론텍">
<title>(주)미르프론텍</title>
<link rel="stylesheet" href="http://aaazz.com/theme/theme05/css/default.css">
<link rel="stylesheet" href="http://aaazz.com/theme/theme05/skin/latest/m_vis/style.css?ver=161020">
<link rel="stylesheet" href="http://aaazz.com/theme/theme05/skin/latest/news/style.css?ver=161020">
<link rel="stylesheet" href="http://aaazz.com/theme/theme05/skin/latest/product/style.css?ver=161020">
<!--[if lte IE 8]>
<script src="http://aaazz.com/js/html5.js"></script>
<![endif]-->
<script>
// 자바스크립트에서 사용하는 전역변수 선언
var g5_url       = "http://aaazz.com";
var g5_bbs_url   = "http://aaazz.com/zbbs";
var g5_is_member = "";
var g5_is_admin  = "";
var g5_is_mobile = "";
var g5_bo_table  = "";
var g5_sca       = "";
var g5_editor    = "";
var g5_cookie_domain = ".aaazz.com";
</script>
<script src="http://aaazz.com/js/jquery-1.8.3.min.js"></script>
<script src="http://aaazz.com/js/jquery.menu.js"></script>
<script src="http://aaazz.com/js/common.js"></script>
<script src="http://aaazz.com/js/wrest.js"></script>
<script src="http://aaazz.com/theme/theme05/js/menu.js"></script>
</head>
<body>
<!-- 상단 시작 { -->
<div id="wrap_hd">
    <h1 id="hd_h1">(주)미르프론텍</h1>
    <div id="skip_to_container"><a href="#container">본문 바로가기</a></div>
	<div class="container">
        <fieldset id="hd_sch">
            <legend>사이트 내 전체검색</legend>
            <form name="fsearchbox" method="get" action="http://aaazz.com/zbbs/search.php" onsubmit="return fsearchbox_submit(this);">
				<input type="hidden" name="sfl" value="wr_subject||wr_content">
				<input type="hidden" name="sop" value="and">
				<label for="sch_stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
				<input type="text" name="stx" id="sch_stx" maxlength="20" placeholder="제품통합검색">
				<input type="submit" id="sch_submit" value="검색">
            </form>
            <script>
            function fsearchbox_submit(f)
            {
                if (f.stx.value.length < 2) {
                    alert("검색어는 두글자 이상 입력하십시오.");
                    f.stx.select();
                    f.stx.focus();
                    return false;
                }
                // 검색에 많은 부하가 걸리는 경우 이 주석을 제거하세요.
                var cnt = 0;
                for (var i=0; i<f.stx.value.length; i++) {
                    if (f.stx.value.charAt(i) == ' ')
                        cnt++;
                }
                if (cnt > 1) {
                    alert("빠른 검색을 위하여 검색어에 공백은 한개만 입력할 수 있습니다.");
                    f.stx.select();
                    f.stx.focus();
                    return false;
                }
                return true;
            }
            </script>
			<ul id="util">
				<li><a href="http://aaazz.com">Home</a></li>
				<li><a href="http://aaazz.com/zbbs/content.php?co_id=company#co_map">Contact us</a></li>
			</ul>
        </fieldset>
	</div>
	<div id="hd" class="container">
        <h2 id="h2_logo"><a href="http://aaazz.com"><img src="http://aaazz.com/theme/theme05/img/hd_logo.png" alt="(주)미르프론텍"></a></h2>
		<nav id="menu">
			<h2 class="sound_only">메인메뉴</h2>
			<ul id="gnb">
								<li>
					<a href="http://www.aaazz.com/zbbs/content.php?co_id=company" target="_self">회사소개</a>
				</li>
								<li>
					<a href="http://www.aaazz.com/zbbs/board.php?bo_table=product" target="_self">제품소개</a>
				</li>
								<li>
					<a href="http://www.aaazz.com/zbbs/board.php?bo_table=movie" target="_self">동영상</a>
				</li>
								<li>
					<a href="http://www.aaazz.com/zbbs/board.php?bo_table=qna" target="_self">고객상담</a>
				</li>
								<li>
					<a href="http://www.aaazz.com/zbbs/board.php?bo_table=notice" target="_self">공지사항</a>
				</li>
							</ul>
		</nav>
	</div>
    
<!-- 팝업레이어 시작 { -->
<div id="hd_pop">
    <h2>팝업레이어 알림</h2>

<span class="sound_only">팝업레이어 알림이 없습니다.</span></div>

<script>
$(function() {
    $(".hd_pops_reject").click(function() {
        var id = $(this).attr('class').split(' ');
        var ck_name = id[1];
        var exp_time = parseInt(id[2]);
        $("#"+id[1]).css("display", "none");
        set_cookie(ck_name, 1, exp_time, g5_cookie_domain);
    });
    $('.hd_pops_close').click(function() {
        var idb = $(this).attr('class').split(' ');
        $('#'+idb[1]).css('display','none');
    });
    $("#hd").css("z-index", 1000);
});
</script>
<!-- } 팝업레이어 끝 --></div>
<!-- } 상단 끝 -->
<!-- 콘텐츠 시작 { -->
<div id="wrap">
	<div id="m_vis">
        <div class="flexslider container">
			<script src="http://aaazz.com/theme/theme05/js/jquery.flexslider.js"></script>
			<script type="text/javascript">
				$(window).load(function(){
					$('.flexslider').flexslider({
						animation: "fade",
						controlNav: "thumbnails",
						autoPlay: true,
						pauseTime:50
					});
				});
			</script>
			<div class="m_vis_copy">
				<p class="copy1">테프론코팅의 선두주자!</p>
				<p class="copy2">세계적인 기술로 승부합니다.</p>
				<p class="copy3"></p>
			</div>
			<ul class="slides">
												<li data-thumb="http://aaazz.com/data/file/m_vis/thumb-752759823_lwOQjp26_3999743e5abb0959ed7c14fda3d3b074e016feb7_1200x500.jpg">
					<img src="http://aaazz.com/data/file/m_vis/thumb-752759823_lwOQjp26_3999743e5abb0959ed7c14fda3d3b074e016feb7_1200x500.jpg" alt="ㅁ" width="1200">				</li>
						</ul>
			        </div>
	</div>
	<div id="container" class="container">
		<div id="m_call">
			<h2 class="sound_only">고객상담</h2>
			<ul>
				<li>
					<span class="fa-stack fa-lg">
						<i class="fa fa-circle fa-stack-2x"></i>
						<i class="fa fa-phone fa-stack-1x fa-inverse"></i>
					</span>
					<strong class="tel">043-260-9700</strong>
				</li>
				<li>
					<span class="fa-stack fa-lg">
						<i class="fa fa-circle fa-stack-2x"></i>
						<i class="fa fa-phone fa-stack-1x fa-inverse"></i>
					</span>
					<strong class="tel2">영업 010-8472-3227</strong>
					<!--<strong class="tel2">영업 최병선 이사<br><span>010-4872-3227</span></strong>-->
				</li>
				<li>
					<a href="mailto:E-mail : [email protected]">
					<span class="fa-stack fa-lg">
						<i class="fa fa-circle fa-stack-2x"></i>
						<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
					</span>
					<strong class="email">E-mail : [email protected]</strong>
					</a>
				</li>
				<!--<li>
					<a href="http://aaazz.com/zbbs/board.php?bo_table=qna">
					<span class="fa-stack fa-lg">
						<i class="fa fa-circle fa-stack-2x"></i>
						<i class="fa fa-pencil fa-stack-1x fa-inverse"></i>
					</span>
					<strong class="order">온라인 고객상담 바로가기</strong>
					</a>
				</li>-->
			</ul>
		</div>
		<div id="m_bbs">
			<div id="m_news">
				<h2 class="tit"><a href="http://aaazz.com/zbbs/board.php?bo_table=notice">알리는 말씀</a></h2>
	<li class="no">게시물이 없습니다.</li>
			</ul>
			</div>
			<div id="m_prod">
				<h2 class="tit"><a href="http://aaazz.com/zbbs/board.php?bo_table=product">제품소개</a></h2>
<ul class="prod_l">
	
	<li>
		<a href="http://aaazz.com/zbbs/board.php?bo_table=product">
			<img src="http://aaazz.com/data/file/product/thumb-752759823_kApibZx9_20765d6fe0a76d82cd13a04189753d3d89f44e53_232x150.jpg" alt="테프론코팅 적용사례" title="테프론코팅 적용사례" width="232" height="150">			<span class="tit">테프론코팅 적용사례</span>
		</a>
	</li>
	
	<li>
		<a href="http://aaazz.com/zbbs/board.php?bo_table=product">
			<img src="http://aaazz.com/data/file/product/thumb-752759823_SHqFYtL4_10b21324c586c3ad66f6989b3b9220dd3c6725f8_232x150.jpg" alt="테프론 특징" title="테프론 특징" width="232" height="150">			<span class="tit">테프론 특징</span>
		</a>
	</li>
	
	<li>
		<a href="http://aaazz.com/zbbs/board.php?bo_table=product">
			<img src="http://aaazz.com/data/file/product/thumb-752759823_R89WaLw0_c5fbaf6559cfb404210d6e222f5d89ce3bcedb2d_232x150.jpg" alt="폴리아미드 적용사례" title="폴리아미드 적용사례" width="232" height="150">			<span class="tit">폴리아미드 적용사례</span>
		</a>
	</li>
</ul>
			</div>
		</div>
    </div>
</div>
<!-- } 콘텐츠 끝 -->
<!-- 하단 시작 { -->
<div id="wrap_ft">
	<div class="container">
		<h2><img src="http://aaazz.com/theme/theme05/img/ft_logo.png" alt="업체정보"></h2>
		<ul class="ft_info">
			<li>충북 청주시 서원구 현도면 우록1길 52<span>|</span>Tel. 043-260-9700<span>|</span>Fax. 043-260-9701<span>|</span>Mobile. 영업 010-8472-3227<!-- / --></li>
			<li>대표 김건영<span>|</span>사업자번호 : 828-86-00886<span>|</span>E-mail : [email protected]</li>
		</ul>
		<div id="yeogie"><a href="http://yeogie.com/search?keyword=다된다" target="_blank"><img src="http://aaazz.com/theme/theme05/img/ban_yeogie.png" alt="산업포털 여기에 바로가기"></a></div>
	</div>
</div>
<div id="ft_copy">copyright &copy; <a href="http://aaazz.com/zbbs/login.php"><strong>(주)미르프론텍</strong></a> All rights reserved &amp; Design by <a href="http://engnews.co.kr" target="_blank"><strong>ENGNEWS.CO.KR</strong></a></div>
<!-- } 하단 끝 -->


<!-- ie6,7에서 사이드뷰가 게시판 목록에서 아래 사이드뷰에 가려지는 현상 수정 -->
<!--[if lte IE 7]>
<script>
$(function() {
    var $sv_use = $(".sv_use");
    var count = $sv_use.length;

    $sv_use.each(function() {
        $(this).css("z-index", count);
        $(this).css("position", "relative");
        count = count - 1;
    });
});
</script>
<![endif]-->

</body>
</html>
                               

Whois info of domain

Domain Name: AAAZZ.COM
Registry Domain ID: 135082735_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gabia.com
Registrar URL: http://www.gabia.com
Updated Date: 2024-10-16T06:14:20Z
Creation Date: 2004-11-15T06:13:37Z
Registry Expiry Date: 2027-11-15T06:13:37Z
Registrar: Gabia, Inc.
Registrar IANA ID: 244
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +82.28293543
Domain Status: ok https://icann.org/epp#ok
Name Server: NS.ENGNEWS.CO.KR
Name Server: NS2.ENGNEWS.CO.KR
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T14:10:12Z <<<
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