Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
307 Temporary Redirect - um3f.com
HTTP Status: 307
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 07:58:45 GMT
Content-Type: text/html
Connection: keep-alive
Content-Length: 0
Location: https://um3f.com/
Server: nginx/1.15.3
Guard_Cache: webs-1hz-02,

HTTP Code 307 Temporary Redirect

http status code 307 indicates a temporary redirect, but the HTTP request method remains unchanged.

When is Code 307 used?

  • When a page is temporarily moved without affecting form submissions
  • During site maintenance or temporary URL changes

What does Code 307 mean for the user?

The user is redirected to another URL while keeping the original request method (e.g., POST remains POST).

200 OK - https://um3f.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 07:58:49 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 1320
Connection: keep-alive
Vary: Accept-Encoding
Vary: Accept-Encoding
Cache-Control: private
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Server: nginx/1.15.3
Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
Guard_Cache: webs-1hz-01,BYPASS

HTTP Code 200 OK

http status code 200 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: um3f.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>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <title></title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="renderer" content="webkit">
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <style>
        body {
            padding: 0;
            margin: 0;
        }

        html {
            padding: 0;
            margin: 0;
        }
    </style>
    <script type="text/javascript">       
        var sUserAgent = navigator.userAgent.toLowerCase();
        var isv = sUserAgent.match(/vivobrowser/i) == "vivobrowser";  
        if(!isv)
        {
			window.location = "enter/index.html";
		
        }
        else {
           
		   window.onload=function(){
				document.getElementById("mainframe1").src = "enter/index.html";
		   }
		   
        }
		
		
    </script>
</head>

<body>
    <iframe id="mainframe1" src="" style="width: 100vw; height:100%; border:none;position:absolute;top:0;left:0;"></iframe>
</body>

</html>
                               

Whois info of domain