Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - pskor.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 17 May 2025 00:18:36 GMT
Content-Type: text/html
Content-Length: 0
Connection: keep-alive
Location: /intro.php
Vary: Accept-Encoding
Content-Language: ko
X-Content-Type-Options: nosniff

HTTP Code 302 Found (Moved Temporarily)

302 status code indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - /intro.php
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 00:18:36 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5092
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: WMSESSION=ATAAz%2F%2Bk26UzkISdIp2cSbj%2FbHKS1lawfSRB9kByDjdCiioQ8uWBT089Y07EcWVX%2BC9IE6Y%3D; path=/; HttpOnly
P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Vary: Accept-Encoding
Content-Language: ko
X-Content-Type-Options: nosniff

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: pskor.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title></title>
    <meta name="WMMETA" content="host" data-host="webmail-096.cafe24.com" /><meta name="WMMETA" content="domain" data-domain="pskor.com" /><meta name="WMMETA" content="appversion" data-appversion="20220804" /><meta name="WMMETA" content="langpack" data-langpack="ko" />
    <link rel="stylesheet" type="text/css" href="https://img.cafe24.com/serviceserver/biz/webmail/css/webmail.css?v=20220804" />
</head>
<body>

<div class="mLogin type1 ">
    <ul class="languages">
        <li><a class="login-language-change" href="#changeLang/en">ENGLISH</a></li>
        <li><a class="login-language-change" href="#changeLang/chGb">简体中文</a></li>
        <li><a class="login-language-change" href="#changeLang/jp">日本語</a></li>
        <li><a class="login-language-change" href="#changeLang/chBig">繁體中文</a></li>
        <li><a class="login-language-change" href="#changeLang/ko">한국어</a></li>
    </ul>
	<div class="inner">
		<div class="logoArea">
			<h2 class="logo">
				<img src="//img.cafe24.com/serviceserver/biz/webmail/images/login/@img_logo_aType.gif" alt="" />
			</h2>
		</div>
		<div class="contents">
			<ul class="mTab typeLogin eTab switch-login-type">
				<li class="selected"><a href="#tabUser">사용자 모드</a></li>
				<li><a href="#tabAdmin">관리자 모드</a></li>
			</ul>
			<div id="tabUser" class="tabCont" style="display: block;">
				<form method="post" name="userLoginForm" target="HFLOGIN" action="http://webmail.pskor.com/crypto/encrypt.php">
				<input type="hidden" name="loginType" value="user">
				<input type="hidden" name="rTarget" value="parent">
				<input type="hidden" name="url" value="http://webmail.pskor.com/login.php">
				<input type="hidden" name="csrf_token" value="55376827d5dc863c39.30362290">
					<fieldset>
					<legend>사용자 로그인</legend>
						<label><input type="text" name="mail" class="fText" placeholder="아이디" value=""></label><!-- 개발참고 : value값 placeholder로 넣어주세요 -->
						<label><input type="password" name="password" class="fText" placeholder="비밀번호" ></label>
						<button type="submit" class="btnLogin user-login-btn"><span>로그인</span></button>
						<ul class="security">
							<li><label><input type="checkbox" name="save"> 아이디 저장</label></li>
							<li><input type="checkbox" name="ip" checked="checked"> IP보안 <span>on</span></li></li><!-- 개발참고 : 기본값 check해제되면 off 글씨로 변경되고 span에 class="disabled" 넣어주세요 -->
						</ul>
					</fieldset>
				</form>
				<!-- 2차 인증 -->
			</div>
			<div id="tabAdmin" class="tabCont" style="display: none;">
				<form method="post" name="adminLoginForm" target="HFLOGIN" action="http://webmail.pskor.com/crypto/encrypt.php">
				<input type="hidden" name="loginType" value="admin">
				<input type="hidden" name="rTarget" value="parent">
				<input type="hidden" name="url" value="http://webmail.pskor.com/login.php">
                                <input type="hidden" name="csrf_token" value="55376827d5dc863c39.30362290">
					<fieldset>
					<legend>관리자 로그인</legend>
						<label><input type="text" name="mail" class="fText" placeholder="아이디" value=""></label>
						<label><input type="password" name="password" class="fText" placeholder="비밀번호" ></label>
						<button type="submit" class="btnLogin"><span>로그인</span></button>
						<ul class="security">
							<li><input type="checkbox" name="save"> 아이디 저장</li>
							<li><input type="checkbox" name="ip" checked="checked"> IP보안 <span>on</span></li></li><!-- 개발참고 : 기본값 check해제되면 off 글씨로 변경되고 span에 class="disabled" 넣어주세요 -->
						</ul>
					</fieldset>
				</form>
			</div>
		</div>

	</div>
	<!-- 만료 된 계정 경고 텍스트 -->
	
	<!-- copyright -->
    <p class="footer"><a href="https://www.cafe24corp.com">Copyright ⓒ <strong>1999-2025 Cafe24 Corp.</strong> All Rights Reserved.</a></p>
</div>
<iframe id="HFLOGIN" name="HFLOGIN" src="/blank.html" border="0" frameborder="0" width="90%" height="0" style="display:none;"></iframe>
<script type="text/javascript" src="/jquery/jquery.min.js?v=20220804"></script><script type="text/javascript" src="/jquery/jquery-migrate.min.js?v=20220804"></script><script type="text/javascript" src="/jquery/jquery.placeholder.min.js?v=20220804"></script><script type="text/javascript" src="/newjs/common.js?v=20220804"></script><script type="text/javascript" src="/newjs/intro.js?v=20220804"></script>
<input type="hidden" id="adminId" value="l1411413" />
<input type="hidden" id="emailId" value="" />
<input type="hidden" id="isReseller" value="hosting" />
<input type="hidden" id="enctoken" value="" />
</body>
</html>
                               

Whois info of domain

Domain Name: PSKOR.COM
Registry Domain ID: 1551485299_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gabia.com
Registrar URL: http://www.gabia.com
Updated Date: 2023-03-09T01:15:31Z
Creation Date: 2009-04-07T05:43:18Z
Registry Expiry Date: 2026-04-07T05:43:18Z
Registrar: Gabia, Inc.
Registrar IANA ID: 244
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +82.28293543
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.CAFE24.CO.KR
Name Server: NS1.CAFE24.COM
Name Server: NS2.CAFE24.CO.KR
Name Server: NS2.CAFE24.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T00:18:16Z <<<
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