Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - 1fk5.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: http://www.1fk5.com/
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
alt-svc: h3=":443"; ma=86400; persist=1
Date: Thu, 01 May 2025 10:45:57 GMT
Content-Length: 143

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.

302 Found - http://www.1fk5.com/
HTTP Status: 302
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=iso-8859-1
Location: /login_new.aspx
Server: Microsoft-IIS/10.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
alt-svc: h3=":443"; ma=86400; persist=1
Date: Thu, 01 May 2025 10:45:57 GMT
Content-Length: 132

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 - /login_new.aspx
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=iso-8859-1
Expires: Wed, 30 Apr 2025 18:05:57 GMT
Server: Microsoft-IIS/10.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
alt-svc: h3=":443"; ma=86400; persist=1
Date: Thu, 01 May 2025 10:45:57 GMT
Content-Length: 3142

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

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title></title>
    <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
    <meta name="CODE_LANGUAGE" Content="C#">
    <meta name=vs_defaultClientScript content="JavaScript">
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
    <script language="javascript">
    function doLogin() {
		if (document.forms[0].utente.value!="" && document.forms[0].pwd.value!="") {
			document.forms[0].act.value="dologin";
			document.forms[0].submit();
		} else {
			alert ('Inserire utente e passwod per proseguire!');		
		}
    }
	function ClearMsg() {
		document.getElementById("tdmsg").innerHTML='';
		document.getElementById("trmsg").style.display="none";
	}
	    
	function WriteMsg(msg) {
		document.getElementById("trmsg").style.display="block";
		document.getElementById("tdmsg").innerHTML=msg;
		//setTimeout('ClearMsg()',2000);
	}    

	function myKeyPressed(e){
		e = e || window.event;
		var unicode=e.charCode ? e.charCode : e.keyCode ? e.keyCode : 0;
		if (unicode == 13){
			doLogin();
		}
	}
	
	
	document.onkeypress = myKeyPressed;	

    </script>
    
    <link href="./css_library/wbs.css" type="text/css" rel="stylesheet">
  </head>
  <body MS_POSITIONING="GridLayout">
	
    <form method="post" action="login_new.aspx" id="theform">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMTQ4MzQwNDAwZGSbvDjC3ctnZIBksS4U9MzXNgYoF7TuvYsOZr30abq4GA==" />
</div>

<div class="aspNetHidden">

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="8A3D921F" />
</div>
		<input type="hidden" name="act">
		<input type="hidden" name="actvalue">
		<table cellspacing="0" cellpadding="3" class="textRed" style="padding:10px">
			<tr id="trmsg" style="display:none">
				<td align="left" valign="top" id="tdmsg"></td>
			</tr>
		</table>
		<br>
		<br>
		
		<table cellspacing="0" cellpadding="3" class="textRed" style="padding:10px">
			<tr>
				<td align="left" valign="top"></td>
			</tr>
		</table>
		<br>
		<br>
		
		<table border="0" cellspacing="0" cellpadding="3" class="textBlack" style="padding:10px;">
			<tr>
				<td colspan="3" align="left" style="font-size:30px;" nowrap>Accesso alle aree riservate<br><br></td>
			</tr>
			<tr>
				<td align="right" nowrap width="1%">Utente</td>
				<td align="left" nowrap width="1%"><input type="password" name="utente" value="" class="flatinput" size="50"></td>
				<td width="98%">&nbsp;</td>
			</tr>
			<tr>
				<td align="right" nowrap>Password</td>
				<td align="left" nowrap><input type="password" name="pwd" value="" class="flatinput" size="50"></td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td align="right" nowrap>&nbsp;</td>
				<td align="left" nowrap><br><input type="button" value="ACCEDI" onclick="doLogin();" class="flatbutton"></td>
				<td>&nbsp;</td>
			</tr>
		</table>

     </form>

	<script language="javascript">
	WriteMsg('');
	</script>
	
	
  </body>
</html>
                               

Whois info of domain

Domain Name: 1FK5.COM
Registry Domain ID: 2752214880_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.tucows.com
Registrar URL: http://www.tucows.com
Updated Date: 2025-01-11T16:26:20Z
Creation Date: 2023-01-18T16:45:31Z
Registry Expiry Date: 2026-01-18T16:45:31Z
Registrar: Tucows Domains Inc.
Registrar IANA ID: 69
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: DNS.TECHNORAIL.COM
Name Server: DNS2.TECHNORAIL.COM
Name Server: DNS3.ARUBADNS.NET
Name Server: DNS4.ARUBADNS.CZ
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T10:45:43Z <<<
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