Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - 10dr.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: 4.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Mon, 19 May 2025 21:25:00 GMT
Content-Length: 16624

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: 10dr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

<!DOCTYPE html>

<html>
    <head><meta name="viewport" content="width=device-width" /><meta charset="utf-8" /><title>
	
    Index

</title><link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /><link href="Content/css.css" rel="stylesheet" type="text/css" />        

        <script src="../../Javascript/topmenu.js" type="text/javascript"></script>
        <script src="../../Javascript/jquery-1.9.0.js" type="text/javascript"></script>
        <script type="text/javascript">
            $(function () {
                var CONTENT_WIDTH = 1000;

                $.sideWidth = function () {
                    return parseInt(($(window).width() - CONTENT_WIDTH) / 2);
                }

                //초기화 위치 퀵 메뉴
                $("#quickMenu").css("left", CONTENT_WIDTH + $.sideWidth());

                //브라우져 크기 변경시 퀵 메뉴 위치 변경
                $(window).resize(function () {
                    $("#quickMenu").css("left", CONTENT_WIDTH + $.sideWidth());
                });
            });
        </script>
    </head>
    <body>
        <!-- MAIN -->
        <div id="main">
            <!--header-->
            <div style="width:100%; background-color:#f8f9f8;">
	            <div class="header">
                    <!--top_navi-->
                    <div class="top_navi">
                        <ul>
                            <li style=" padding-right:9px;" class="top"><a href="/">HOME</a></li>
                            <li style=" padding-right:7px;">I</li>
                            
                            <li style=" padding-right:9px;color:#00a0b1;"><a href="http://eng.10dr.com" target="_self">ENGLISH</a></li>
                            <li style=" padding-right:9px;">I</li>
                            <li style="color:#00a0b1;"><a href="http://www.10dr.co.jp/" target="_blank">JAPAN</a></li>
                        </ul>
                    </div>
                    <!--top_navi//-->
            
                    <!-- logo-->
                    <div style="width:156px;float:left;text-align:left;padding-left:46px;"><a href="/"><img src="../../images/logo.gif" /></a></div>
                    <!--logo//-->
                    
                    <div style="height:45px;">&nbsp;</div>                    
                    
                    <!--login
                    <div class="login" style="border:thin solid red;">
                       <ul>
                            <li style="padding-right:4px;"><p class="p_id">ID</p></li>
                            <li style="width:104px;"><input type="text" style="width:104px; height:18px;border:solid 1px #bebebe;"/></li>
                            <li style="padding:0px 3px 2px 9px;"><p class="p_pw">PW</p></li>
                            <li style="width:104px; padding-right:8px;"><input type="text" style="width:104px; height:18px;border:solid 1px #bebebe;"/></li>
                            <li style="padding:0px 5px 0px 2px; background:url(../../images/login.gif) no-repeat;width:85px;height:22px;font:normal 12px Dotum; color:#fff;"><p style="margin-top:5px;">LOG IN</p></li>
                            <li style="padding:0px 5px 0px 2px; background:url(../../images/login2.gif) no-repeat; width:85px; height:22px;font:normal 12px Dotum; color:#fff;"><p style="margin-top:5px;">회원가입</p></li>
                        </ul>
                    </div>
                    login//-->

                    <!-- ====================================================================================================-->
                    <!-- top menu-->
                    <!-- ====================================================================================================-->
       		        <div class="top_menu">
            	        <ul>
                	        <li style="padding-right:64px;"><img src="../../images/top_menu01.gif" name="mm1" onmouseover="menuShow('1','sub_menu1');" onmouseout=mm1.src="../../images/top_menu01.gif"></li>
                            <li style="padding-right:77px;"><img src="../../images/top_menu02.gif" name="mm2" onmouseover="menuShow('2','sub_menu2');" onmouseout=mm2.src="../../images/top_menu02.gif"></li>
                            <li style="padding-right:79px;"><a href="/DownLoad/List"><img src="../../images/top_menu05.gif" name="mm3" onmouseover="menuShow('3','sub_menu3');" onmouseout=mm3.src="../../images/top_menu05.gif"></a></li>
                            <li style="padding-right:65px;"><img src="../../images/top_menu03.gif" name="mm4" onmouseover="menuShow('4','sub_menu4');" onmouseout=mm4.src="../../images/top_menu03.gif"></li>
                            <li><img src="../../images/top_menu04.gif" name="mm5" onmouseover="menuShow('5','sub_menu5');" onmouseout=mm5.src="../../images/top_menu04.gif"></li>
                        </ul>
                    </div>
	            
                    <div id="sub_menu">
		                <!-- 서브 메뉴(Company) -->
                        <div id="sub_menu1" style="top:5px; left:-45px; position:absolute; z-index:100; display:none;"  >
                            <ul class="sub_menu_list" >
                                <li><a href="/Company/Summary">개요</a></li>
                                <li><a href="/Company/Greeting">인사말</a></li>
                                <li><a href="/Company/History">연혁</a></li>                    
                                <li style="height:36px;"><a href="/Company/Partner">파트너</a></li>                    
                            </ul>
                        </div>
			            <div id="sub_menu1_bg" style="top:5px; left:-65px; width:220px; height:120px; position:absolute; z-index:50; display:none;" onmouseout="menuhide();"></div>

		                <!-- 서브 메뉴(Product) -->
                        <div id="sub_menu2" style="top:5px; left:100px; position:absolute; z-index:100; display:none;  "  >
                            <ul class="sub_menu_list" >
                                <li><a href="/Implant/Introduction">10DR Implant</a></li>
                                <li><a href="/_2DSimple/Introduction">10DR 2D Simple</a></li>
                                <li><a href="http://dynax.10dr.com" target="_blank">DynaX</a></li>
                                <li><a href="http://madyx.10dr.com" target="_blank">MadyX</a></li>                                
                                <li style="height:36px;"><a href="http://xdo.10dr.com" target="_blank">XDO</a></li>
                            </ul>
                        </div>
			            <div id="sub_menu2_bg" style="top:5px; left:80px; width:220px; height:80px; position:absolute; z-index:50; display:none;" onmouseout="menuhide();"></div>

		                <!-- 서브 메뉴(Download) -->
                        <div id="sub_menu3" style="top:5px; left:265px; position:absolute; z-index:100; display:none;  "  >
                           
                        </div>
			            <div id="sub_menu3_bg" style="top:5px; left:245px; width:220px; height:80px; position:absolute; z-index:50; display:none;" onmouseout="menuhide();"></div>

		                <!-- 서브 메뉴(Service) -->
                        <div id="sub_menu4" style="top:5px; left:434px; position:absolute; z-index:100; display:none;  "  >
                            <ul class="sub_menu_list" >
                                <li><a href="/CTservice/Introduction">10DR CT 서비스</a></li>
                                <li style="height:36px;"><a href="/MemberService/List">멤버특별서비스</a></li>
                            </ul>
                        </div>
			            <div id="sub_menu4_bg" style="top:5px; left:414px; width:220px; height:80px; position:absolute; z-index:50; display:none;" onmouseout="menuhide();"></div>
		
                        <!-- 서브 메뉴5 -->
                        <div id="sub_menu5" style="top:5px; left:605px; position:absolute; z-index:100; display:none;  "  >
                            <ul class="sub_menu_list" >
                                <li><a href="/Notice/List">공지사항</a></li>
					            <li><a href="/FaQ/Implant">FAQ</a></li>
                                <li><a href="/QandA/List">질문과 답변</a></li>
                                <li><a href="/UserGuide/Map">오시는길</a></li>
                                <li><a href="/UserGuide/Partnership">제휴문의</a></li>
                                <li><a href="/UserGuide/Recruit">채용안내</a></li>                                
                                <li style="height:36px;"><a href="/UserGuide/Terms">이용안내</a></li>
                            </ul>
                        </div>
			            <div id="sub_menu5_bg" style="top:5px; left:585px; width:220px; height:120px; position:absolute; z-index:50; display:none;" onmouseout="menuhide();"></div>
	                </div>
                    <!-- ====================================================================================================-->
                    <!-- top menu end-->
                    <!-- ====================================================================================================-->
                </div>
            </div>
            <!--header//-->

            <!-- menu_bar-->
            <div style="width:100%;background:url(../../images/top_bg.gif) repeat-x; height:10px;"></div>
            <div style="clear:both; height:30px;"></div>
            <!-- menu_bar//-->
            
            <!-- Quick Menu -->
            
            <div id="quickMenu" style="position:fixed; width:99px; height:405px;">
    	        <ul style="list-style:none; float:left;">
        	        <li style="height:20px;"><img src="../../images/quick_menu01.gif" /></li>
                    <li style="height:67px;"><a href="http://old.10dr.com/member/mem_08_connectionCT.asp?target=ct"><img src="../../images/quick_menu02.gif" /></a></li>
                    <li style="height:67px;"><a href="/DownLoad/List"><img src="../../images/quick_menu04.gif" /></a></li>
                    <li style="height:63px;"><a href="/UserGuide/Map"><img src="../../images/quick_menu03.gif" /></a></li>                    
                    
                    <li style="height:74px;"><a href="/MemberService/List"><img src="../../images/quick_menu07.gif" /></a></li>
                </ul>
            </div>
            <!-- Quick Menu -->

            <!-- Contents Start -->  
            
    
    <!--contents-->	
	<div class="contentsIndex">
    	<ul>
        	<li style="padding-right:9px;"><a href="/Implant/Introduction"><img src="../../images/10dr_inplant.gif" /></a></li>
            <li style="padding-right:8px;"><a href="/CTservice/Introduction"><img src="../../images/10dr_ct_service.gif" /></a></li>
            <li style="padding-right:8px;"><a href="http://dynax.10dr.com" target="_blank"><img src="../../images/dynax.gif" /></a></li>
            <li style="padding-right:7px;"><a href="http://madyx.10dr.com" target="_blank"><img src="../../images/madyx.gif" /></a></li>
            <li><a href="http://xdo.10dr.com" target="_blank"><img src="../../images/xdo.gif" /></a></li>
        </ul>
    </div>
    <div style="clear:both"></div>
<!--contents//--> 

<!--service_mall-->
	<div class="service_mall">
    	<ul>
        	<li style="width:982px;text-align:left;"><img src="../../images/service_mall.gif" /></li>
            <li style="margin-top:9px;margin-bottom:11px;"><a href="/MemberService/List"><img src="../../images/service_xray.gif" /></a></li>
            <li style="margin-top:9px;margin-bottom:11px;"><a href="/MemberService/List"><img src="../../images/service_patent.gif" /></a></li>
            <li style="margin-top:9px;margin-bottom:11px;"><a href="/MemberService/List"><img src="../../images/service.gif" /></a></li>
        </ul>
    </div>
    <div style="clear:both"></div>
<!--service_mall//-->

<!--게시판-->
    <div class="notices">
	<div style="width:330px; float:left;">
    	<ul class="notices2">
        	<li style="width:320px; margin-bottom:5px;"><img src="../../images/notices_title.gif" /><span style="margin-left:170px;"><a href="/Notice/List" style="text-decoration:none; color:#333333">more+</a></span></li>            
            
            <li><p style="width:258px; float:left;"><a href="/Notice/Read/Content1114">· 25년 5월 1일(목) 근로자의 날 ...</a></p><span>2025-04-30</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/Notice/Read/Content1113">· 25년 주주총회 개최</a></p><span>2025-03-13</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/Notice/Read/Content1112">· 24년 정기주주총회 개최 안내</a></p><span>2024-03-12</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/Notice/Read/Content112">· 23년 주주총회 공고</a></p><span>2023-03-11</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/Notice/Read/Content111">· 5월 5월 정기 서버 점검 공지</a></p><span>2019-04-29</span></li>
                        
        </ul>
    </div>
    <div style="width:337px; float:left;">
    	<ul class="q_a">
        	<li style="width:320px; margin-bottom:5px;"><img src="../../images/q_a_title.gif" /><span style="margin-left:175px;"><a href="/QandA/List" style="text-decoration:none; color:#333333">more+</a></span></li>
            
            <li><p style="width:258px; float:left;"><a href="/QandA/Read/Content2048">· 대표이사님앞 특별 제안</a></p><span>2025-04-27</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/QandA/Read/Content2047">· ssss</a></p><span>2025-04-26</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/QandA/Read/Content2046">·  24시간 출장샵 ★★★★★ 대한민국...</a></p><span>2025-04-20</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/QandA/Read/Content2045">· 24시 후불 출장안마 【https:/...</a></p><span>2025-03-28</span></li>
            
            <li><p style="width:258px; float:left;"><a href="/QandA/Read/Content2044">· 24시 후불 출장안마 【https:/...</a></p><span>2025-03-28</span></li>
                        
        </ul>
    </div>
    <div style="width:315px; float:left;">
    	<ul class="customer">
        	<li><img src="../../images/customer_title.gif" /></li>
            <li><img src="../../images/customer_img.gif" /></li>
        </ul>
    </div>
</div>
    <div style="clear:both"></div>
<!--게시판-->

<!-- 채용안내-->
    <div style="width:100%; margin:auto; border-top:solid 1px #00a0b1;margin-top:15px;">
	<ul style="width:982px;list-style:none; margin:auto;">
    	<li style=" float:left;"><a href="/UserGuide/Recruit"><img src="../../images/recruit.gif" /></a></li>
        <li style=" float:left;"><a href="/UserGuide/Partnership"><img src="../../images/partnership.gif" /></a></li>
        <li style=" float:left;"><a href="/UserGuide/Terms"><img src="../../images/terma_and_conditions.gif" /></a></li>
    </ul>
</div>
<!-- 채용안내//-->



            <!-- Contents End -->  

            <div style="clear:both; height:24px;border-top:solid 1px #cccccc;"></div>
            
            <!-- footer-->
	            <div class="footer">
    	            <ul style="list-style:none;">
        	            <li style="float:left; margin-right:55px;"><img src="../../images/footer_logo.gif" /></li>
                        <li style="float:left;font:normal 12px Dotum; color:#999999; margin-top:33px;">서울특별시 송파구 정의로7길 13, 오피스동 605호 05835 ㈜10DR    l  사업자 등록번호 220-86-06276   l   E-mail [email protected]
                        <p style=" text-align:left;font:normal 10px Dotum; color:#999999; margin-top:5px;">Copyright (c) 2010 10DR Co., Ltd. All rights reserved. mail to [email protected] for more information</p>
                        </li>
                    </ul>
                </div>
            <!--footer//-->
            <div style="clear:both; height:22px;"></div>
        </div>
    </body>
</html>
                               

Whois info of domain

Domain Name: 10DR.COM
Registry Domain ID: 19463362_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.doregi.com
Registrar URL: http://www.doregi.com
Updated Date: 2024-02-01T02:00:34Z
Creation Date: 2000-02-09T08:46:56Z
Registry Expiry Date: 2026-02-09T08:46:56Z
Registrar: HANGANG Systems, Inc. dba Doregi.com
Registrar IANA ID: 87
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +82.7071630277
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.10DR.COM
Name Server: VENUS.10DR.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-19T21:24:49Z <<<
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