Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - o2jam.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.27.4
Date: Wed, 30 Apr 2025 04:00:16 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://company.o2jam.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://company.o2jam.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.27.4
Date: Wed, 30 Apr 2025 04:00:17 GMT
Content-Type: text/html
Content-Length: 12563
Last-Modified: Tue, 01 Apr 2025 06:43:40 GMT
Connection: keep-alive
ETag: "67eb8b1c-3113"
Accept-Ranges: bytes

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: o2jam.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="ko-KR" lang="ko-KR" prefix="og: https://ogp.me/ns#">
<head>
	<!-- Global site tag (gtag.js) - Google Analytics -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=35506781"></script>
	<script>
	  window.dataLayer = window.dataLayer || [];
	  function gtag(){dataLayer.push(arguments);}
	  gtag('js', new Date());

	  gtag('config', '35506781');
	</script>

    <meta http-equiv="Content-Type" content="text/html" charset="utf-8"/>
    <meta name="viewport" content="minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, initial-scale=1.0, width=device-width" />
	<title>MusicTurbine</title>
	<meta name="keywords" content="momo,모모,o2jam,오투잼,music,음악,game,게임">
	<meta name="description" content="좋은 게임은 좋은 사람들이 만듭니다. 좋은 사람들이 즐겁게 게임을 만드는 곳. 뮤직터빈. ">
	
	<!-- Open Graph protocol -->
	<meta property="og:title" content="MusicTurbine"  />
	<meta property="og:description" content="좋은 게임은 좋은 사람들이 만듭니다. 좋은 사람들이 즐겁게 게임을 만드는 곳. 뮤직터빈. "  />
	<meta property="og:image" content="resource/images/og_image.jpg" />
	<meta property="og:image:width" content="250" />
	<meta property="og:image:height" content="250" />
	<meta property="og:url" content="https://company.o2jam.com" />
	<meta property="og:site_name" content="MusicTurbine Inc.," />
	<meta property="og:type" content="website" />
	
	<!-- icon -->
	<!-- iPhone -->
    <link rel="apple-touch-icon-precomposed" href="resource/images/icon/iPhone/icon.png" />
	<link rel="apple-touch-icon-precomposed" sizes="114x114" href="resource/images/icon/iPhone/[email protected]" />
	<link rel="apple-touch-icon-precomposed" sizes="120x120" href="resource/images/icon/iPhone/[email protected]" />
	<!-- iPad -->
	<link rel="apple-touch-icon-precomposed" sizes="72x72" href="resource/images/icon/iPad/icon-72.png" />
	<link rel="apple-touch-icon-precomposed" sizes="144x144" href="resource/images/icon/iPad/[email protected]" />
	<link rel="apple-touch-icon-precomposed" sizes="76x76" href="resource/images/icon/iPad/icon-76.png" />
	<link rel="apple-touch-icon-precomposed" sizes="152x152" href="resource/images/icon/iPad/[email protected]" />
	<!-- Favicon, Android bookmark --> 
	<link rel="shortcut icon" href="resource/images/icon/favicon.ico"/>
	<link rel="shortcut icon" type="image/png" href="resource/images/icon/icon.png" />		
	<!-- Windows Tile -->
	<meta name="msapplication-TileColor" content="#ffffff">
	<meta name="msapplication-TileImage" content="resource/images/icon/tileimage-144.png">
	
	<!-- jQuery library -->
	<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.min.js"></script>

	<!-- FlaxSlider (Index) -->
    <link rel="stylesheet" type="text/css" href="resource/css/flexslider.css">
    <script type="text/javascript" src="resource/js/jquery.flexslider-min.js"></script>
    <script type="text/javascript" charset="utf-8">
      $(window).load(function() {
	
        $('#featured').flexslider();
        $('#o2jam_featured').flexslider({animation: "slide",animationLoop: false,slideshow: false});
        $('#global_featured').flexslider({animation: "slide",animationLoop: false,slideshow: false});
        $('#people_featured').flexslider({animation: "slide",animationLoop: false,slideshow: false});
		/*
		if (navigator.userAgent.match(/iPhone|iPad|iPod|safari/)) {
			document.location.href = "https://apps.apple.com/app/id1466765269";
		}
		else{
			document.location.href = "https://play.google.com/store/apps/details?id=com.o2jam.o2jamNew";
		}*/
      });
    </script>
		
	<!-- stylesheet -->
	<link rel="stylesheet" href="resource/css/style.css">
	<!--[if IE 10]>
	<link rel="stylesheet" href="resource/css/ie10.css">
	<![endif]-->
	<!--[if IE 9]>
	<link rel="stylesheet" href="resource/css/ie9.css">
	<![endif]-->
	<!--[if lte IE 8]>
	<link rel="stylesheet" href="resource/css/ie8.css">
	<![endif]-->
	<!--[if IE 7]>
	<link rel="stylesheet" href="resource/css/ie7.css">
	<![endif]-->
	<!--[if IE 6]>
	<link rel="stylesheet" href="resource/css/ie6.css">
	<![endif]-->
	<style type="text/css">
	</style>
	

	
	
</head>
<body>
<div class="wrapper">
<div id="header">
	<a href="#contents" id="skipTop" class="accessibility"></a>
	


	<div class="lang">
		<a href="index_en.html" class="lang_en">English</a> | <a href="index_cn.html" class="lang_cn">中文</a> | <a href="index.html" class="lang_ko lang_act">한국어</a>
	</div>	

	
	<div id="contents_header" class="contents_header">
		<div class="header_title">
			<h1>
				<img src="resource/images/header_title.png" alt="MOMO" class="center"  />
			</h1>
			<p>
				좋은 게임은 좋은 사람들이 만듭니다. <br>좋은 사람들이 즐겁게 게임을 만드는 곳. 뮤직터빈. 
			</p>
			<div class="header_link">
				<a href="https://www.facebook.com/O2Jam"><img class="link_icon" src="resource/images/link_icon_facebook.png" alt="Facebook"></a>
				<a href="https://twitter.com/o2jam"><img class="link_icon" src="resource/images/link_icon_twitter.png" alt="Twitter"></a>
			</div>	
		</div>
		<div id="featured" class="flexslider photo header_featured">
    		<ul class="slides">
				<li><div class="header_featured_image header_featured_1"></div></li>				
			</ul>
		</div>
	</div>
</div><!-- /header -->

<div id="contents" role="main" class="contents">
		<section class="contents_section" id="o2jam">
			<div class="section_title">
				<h1>오투잼과 함께 합니다.</h1>
			</div>
			<div id="o2jam_featured" class="flexslider photo">
	    		<ul class="slides">
					<li><img src="resource/images/kr/o2jam_featured_O2Jam2_kr.png" alt="O2Jam U"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_DevineSoundWave_kr.png" alt="O2Jam U"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_rhythmking_kr.png" alt="박자왕"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_O2Player_kr.png" alt="O2Jam U"><p class="caption"></p></li>					
					<li><img src="resource/images/kr/o2jam_featured_O2JamU_kr.png" alt="O2Jam U"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_O2JamShoot_kr.png" alt="O2Jam Shoot"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_TV_O2JamShuffle_kr.png" alt="TV O2Jam Shuffle"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_TV_familyorchestra_kr.png" alt="TV Family Orchestra"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_TV_miracleband_kr.png" alt="TV Miracleband"><p class="caption"></p></li>
					<li><img src="resource/images/kr/o2jam_featured_TV_hungryzombie_kr.png" alt="TV Hungryzombie"><p class="caption"></p></li>
				</ul>
			</div>
			<div class="section_text">
				<h1>아시아 5천만명이 즐긴 오투잼 IP와 <br>1천여곡의 음원을 보유하고 있습니다.</h1>
				<p>
					모두가 같은 선에서 출발해도 쉽지 않은 시장입니다. <br class="mbr_hide">모모는 이런 자원을 바탕으로 조금 더 나은 환경에서 출발하고 있습니다.
				</p>
				<p>
					그렇다고, 음악 게임만 만드는 게임사는 아닙니다. <br class="mbr_hide">유쾌한 즐거움의 시작이 오투잼일 뿐입니다.
				</p>
			</div>
			
			<!-- 
			<div class="section_apps">
				<h1>오투잼 게임을 소개합니다.</h1>
				<ul>
					<li><a href=""><img src="resource/images/apps_o2jam_u.png" alt="오투잼 U"><span>오투잼 U</span></a></li>
					<li><a href=""><img src="resource/images/apps_o2jam_s.png" alt="오투잼 S"><span>오투잼 S</span></a></li>
					<li><a href=""><img src="resource/images/apps_bagjawang.png" alt="박자왕"><span>박자왕</span></a></li>
				</ul>
			</div>  -->
			<!-- <a href="#skipTop" id="skipBottom" class="accessibility"><div class="backTop">맨 위로</div></a> -->
		</section> <!-- /o2jam -->
		
		
		<section class="contents_section" id="global">
			<div class="section_title">
				<h1>글로벌을 향합니다. </h1>
			</div>
			<div id="global_featured" class="flexslider photo">
	    		<ul class="slides">
					<li><img src="resource/images/global_featured_1.jpg" alt="global"></li>
				</ul>
			</div>
			<div class="section_text">
				<!-- <h1></h1> -->
				<p>
					대한민국의 게임 개발자들은 열정과 실력을 겸비하고 있습니다. <br class="mbr_hide">하지만, 모든 개발자가 자신의 꿈을 이루기 위해선 시장이 너무 작습니다.
				</p>
				<p>
					쉽지 않고, 조금 더 시간이 걸릴 것입니다. <br>
					하지만, 어차피 고생하는 것. 국내보다는 글로벌을 향하겠습니다.
				</p>
				<p>
					빨리, 빨리 보다는, <br>
					보다 완벽하게, 보다 창의롭게를 외치겠습니다.
				</p>
			</div>
			<!-- <a href="#skipTop" id="skipBottom" class="accessibility"><div class="backTop">맨 위로</div></a> -->
		</section> <!-- /global -->
		
		
		<section class="contents_section" id="people">
			<div class="section_title">
				<h1>사람을 향합니다.</h1>
			</div>
			<div id="people_featured" class="flexslider photo">
	    		<ul class="slides">
					<li><img src="resource/images/kr/people_featured_1_passion_kr.png" alt=""><p class="caption"></p></li>
					<li><img src="resource/images/kr/people_featured_2_teamwork_kr.png" alt=""><p class="caption"></p></li>
					<li><img src="resource/images/kr/people_featured_3_relax_kr.png" alt=""><p class="caption"></p></li>
					<li><img src="resource/images/kr/people_featured_4_people_kr.png" alt=""><p class="caption"></p></li>
				</ul>
			</div>
			<div class="section_text">
				<h1>좋은 게임은 좋은 사람이 만듭니다.</h1>
				<p>
					글로벌을 향한 꿈. <br><strong>좋은 사람들이 즐겁게 게임을 만들 수 있는 곳</strong>이 먼저 되어야 합니다. <br class="mbr_hide">
					열정이 넘치는 사람에게 모모가 투자하겠습니다.
				</p>
				<p>
					게임 속, 유저가 재미를 느낄 수 있는 요소에 대한 고민을 하는 것처럼, <br class="mbr_hide">
					모모의 주주와 경영진은 모모인이 즐겁게 일할 수 있는 환경에 대해 더 고민하겠습니다.
				</p>
				
			</div>
			<div class="section_feature">
				<ul>
					<li>
						<h1><img src="resource/images/feature_people_1.png" alt=""></h1>
						<h2>3, 6, 9 제도</h2>
						<p>신입사원은 3개월 단위 연봉 협상을 통해 빠른 실력 증진에 대한 보상을 제공합니다.(경력 6개월 단위)</p>
					</li>
					<li>
						<h1><img src="resource/images/feature_people_2.png" alt=""></h1>
						<h2>게임 개발력 중심 채용</h2>
						<p>학력 불문하고 게임을 만들어 낼 수 있는 사람과 팀을 뽑습니다.</p>
					</li>
					<li>
						<h1><img src="resource/images/feature_people_3.png" alt=""></h1>
						<h2>90분 점심 시간</h2>
						<p>점심시간 포함, 일 90분의 Break Time을 제공합니다.</p>
					</li>
				</ul>
			</div>
			<a href="#skipTop" id="skipBottom" class="accessibility"><div class="backTop">맨 위로</div></a>
		</section> <!-- /people -->

</div><!-- /contents -->

<div id="footer">
	<div class="contents_footer">
		<div id="contact" class="section_text">
			<h1>Contact</h1>
				<ul>
					<li>채용문의: <a href="mailto:[email protected]?subject=채용문의">[email protected]</a></li>
					<li>제휴,게임서비스 문의 : <a href="mailto:[email protected]?subject=제휴,게임서비스 문의">[email protected]</a></li>
					<li>고객 문의: <a href="mailto:[email protected]?subject=고객 문의">[email protected]</a></li>
				</ul>
				<ul>
					<li>주식회사 뮤직터빈 Inc.,</li>
					<li>대표이사 : 정순권</li>
					<li>사업자등록번호 : 140-81-99474</li>
				</ul>
				<address>
					<p>서울특별시 강남구 논현로79길 48-1,<br class="mbr_only"> 2층 1064호, <br class="mbr_only">48-1, Nonhyeon-ro 79-gil, Gangnam-gu, <br class="mbr_only">Seoul, 06238 Korea</p>
				</address>
		</div>
		<div id="copyright" class="section_text">
			<footer class="copyright" role="contentinfo">
				<img src="resource/images/footer_logo.png" alt="MOMO Corp.">
				<p>All Contents Copyright MusicTurbine Inc., <br class="mbr_only">All Rights Reserved.</p>
			</footer>
		</div>
	</div><!-- /contents_footer -->
</div><!--/footer-->
</div>



</body>
</html>

<!-- Localized -->                               

Whois info of domain

Domain Name: O2JAM.COM
Registry Domain ID: 83624230_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.whois.co.kr
Registrar URL: http://www.whois.co.kr
Updated Date: 2024-03-29T08:01:42Z
Creation Date: 2002-02-14T05:03:21Z
Registry Expiry Date: 2028-02-14T05:03:21Z
Registrar: Whois Corp.
Registrar IANA ID: 100
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +82.15884259
Domain Status: ok https://icann.org/epp#ok
Name Server: NS231.DNSEVER.COM
Name Server: NS259.DNSEVER.COM
Name Server: NS65.DNSEVER.COM
Name Server: NS75.DNSEVER.COM
Name Server: NS93.DNSEVER.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T03:59:55Z <<<
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