Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - 1v.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Content-Length: 0
Connection: keep-alive
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 999
Date: Wed, 30 Apr 2025 14:22:40 GMT
Server: Apache
Cache-Control: no-cache
Location: http://www.gamestudy.de

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.

301 Moved Permanently - http://www.gamestudy.de
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 14:22:40 GMT
Server: Apache
Location: https://www.gamestudy.de/
Content-Length: 233
Content-Type: text/html; charset=iso-8859-1

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 - https://www.gamestudy.de/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 30 Apr 2025 14:22:40 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Wed, 03 Apr 2024 09:16:14 GMT
ETag: "24b1-6152daca07eed"
Accept-Ranges: bytes
Content-Length: 9393
Vary: Accept-Encoding,User-Agent
Content-Type: text/html

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: 1v.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>

   <!--- Basic Page Needs
   ================================================== -->
   <meta charset="utf-8">
	<title>Tobias M. Scholz</title>
	<meta name="description" content="Big Data, Blockchain, Complex Systems, Digital Work, Digitization, Dynamic Capabilities, Ecosystem, Esports, Gamification, (Risk) Governance, Human Resource Management, Media Management, Organizational Behavior, Organizational Technology Studies, Platform Economy, Strategic Management, Sustainability, Works Council">
	<meta name="author" content="Tobias Scholz">

   <!-- Mobile Specific Metas
   ================================================== -->
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

	<!-- CSS
    ================================================== -->
   <link rel="stylesheet" href="css/default.css">
	<link rel="stylesheet" href="css/layout.css">
   <link rel="stylesheet" href="css/media-queries.css">
   <link rel="stylesheet" href="css/magnific-popup.css">

   <!-- Script
   ================================================== -->
	<script src="js/modernizr.js"></script>

   <!-- Favicons
	================================================== -->
	<link rel="shortcut icon" href="favicon.jpg" >

</head>

<body>

   <!-- Header
   ================================================== -->
   <header id="home">

      <nav id="nav-wrap">

         <a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
	      <a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>

         <ul id="nav" class="nav">
            <li class="current"><a class="smoothscroll" href="#home">Home</a></li>
            <li><a class="smoothscroll" href="#about">About</a></li>
	        <li><a class="smoothscroll" href="#resume">Resume</a></li>
         </ul> <!-- end #nav -->

      </nav> <!-- end #nav-wrap -->

      <div class="row banner">
         <div class="banner-text">
            <h1 class="responsive-headline">I'm Tobias M. Scholz</h1>
            <h3><span>I'm an Associate Professor for Academic Esports at the University of Agder.</span></h3>
            <hr />
            <ul class="social">
               <li><a href="https://scholar.google.de/citations?user=bjbOV54AAAAJ"><i class="ai ai-google-scholar"></i></a></li>
               <li><a href="https://uni-siegen.academia.edu/TobiasScholz"><i class="ai ai-academia"></i></a></li>
               <li><a href="https://www.researchgate.net/profile/Tobias_Scholz3"><i class="ai ai-researchgate"></i></a></li>
               <li><a href="https://www.linkedin.com/in/tobiasscholz"><i class="fa fa-linkedin"></i></a></li>
               <li><a href="https://www.xing.com/profile/Tobias_Scholz8"><i class="fa fa-xing"></i></a></li>               
               <li><a href="https://www.youtube.com/playlist?list=PLsNJ6F9umKudEbmOXt2mkVen7sXC7AqeB"><i class="fa fa-youtube"></i></a></li>
               <li><a href="https://twitter.com/t0bs3n"><i class="fa fa-twitter"></i></a></li>
               <li><a href="https://www.facebook.com/tobias.scholz"><i class="fa fa-facebook"></i></a></li>
               <li><a href="https://www.instagram.com/t0bs3n/"><i class="fa fa-instagram"></i></a></li>
            </ul>
         </div>
      </div>

      <p class="scrolldown">
         <a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
      </p>

   </header> <!-- Header End -->


   <!-- About Section
   ================================================== -->
   <section id="about">

      <div class="row">

         <div class="three columns">

            <img class="profile-pic"  src="images/profilepic.jpg" alt="" />

         </div>

         <div class="nine columns main-col">

            <h2>About Me</h2>

            <p>My Research Topics: Big Data &bull; Complex Systems &bull; Digital Work &bull; Digitization &bull; Dynamic Capabilities &bull; Ecosystem &bull; Esports &bull; Gamification &bull; (Risk) Governance &bull; Human Resource Management &bull; Media Management &bull; Organizational Behavior &bull; Organizational Technology Studies &bull; Platform Economy &bull; Strategic Management &bull; Sustainability &bull; Works Council.
            </p>

            <div class="row">

               <div class="columns contact-details">

                  <h2>Contact Details</h2>
                  <p class="address">
						   <span>Tobias M. Scholz</span><br>
						   <span>Jon Lilletuns vei 9<br>
						   		 University of Agder<br>
						   		 4879 Grimstad, Norway
                     </span><br>
                     <span>[email protected]</span>
					   </p>

               </div>

               <div class="columns download">
                  <p>
<!--                     <a href="tobias_m_scholz_resume.pdf" class="button"><i class="fa fa-download"></i>Download Resume</a> -->
                  </p>
               </div>

            </div> <!-- end row -->

         </div> <!-- end .main-col -->

      </div>

   </section> <!-- About Section End-->


   <!-- Resume Section
   ================================================== -->
   <section id="resume">

      <!-- Education
      ----------------------------------------------- -->
      <div class="row education">

         <div class="three columns header-col">
            <h1><span>Academic Positions</span></h1>
         </div>

         <div class="nine columns main-col">

            <div class="row item">

               <div class="twelve columns">

                  <h3>Associate Professor</h3>
                  <p class="info">University of Agder <span>&bull;</span> <em class="date">2023 - present</em></p>

               </div>

            </div> <!-- item end -->

            <div class="row item">

               <div class="twelve columns">

                  <h3>Postdoctoral Researcher and Akademischer Rat (equivalent to Assistant Professor)</h3>
                  <p class="info">University of Siegen <span>&bull;</span> <em class="date">2016 - 2023</em></p>

               </div>

            </div> <!-- item end -->

            <div class="row item">

               <div class="twelve columns">

                  <h3>Interim Professor</h3>
                  <p class="info">University of Siegen <span>&bull;</span> <em class="date">2018 - 2019</em></p>

               </div>

            </div> <!-- item end -->
            <div class="row item">

               <div class="twelve columns">

                  <h3>Research Associate</h3>
                  <p class="info">University of Siegen <span>&bull;</span> <em class="date">2010 - 2016</em></p>

               </div>

            </div> <!-- item end -->

         </div> <!-- main-col end -->

      </div> <!-- End Education -->

   </section> <!-- Resume Section End-->



   <!-- footer
   ================================================== -->
   <footer>

      <div class="row">

         <div class="twelve columns">

            <ul class="social-links">
               <li><a href="https://scholar.google.de/citations?user=bjbOV54AAAAJ"><i class="ai ai-google-scholar"></i></a></li>
               <li><a href="https://uni-siegen.academia.edu/TobiasScholz"><i class="ai ai-academia"></i></a></li>
               <li><a href="https://www.researchgate.net/profile/Tobias_Scholz3"><i class="ai ai-researchgate"></i></a></li>
               <li><a href="https://www.linkedin.com/in/tobiasscholz"><i class="fa fa-linkedin"></i></a></li>
               <li><a href="https://www.xing.com/profile/Tobias_Scholz8"><i class="fa fa-xing"></i></a></li>               
               <li><a href="https://www.youtube.com/playlist?list=PLsNJ6F9umKudEbmOXt2mkVen7sXC7AqeB"><i class="fa fa-youtube"></i></a></li>
               <li><a href="https://twitter.com/t0bs3n"><i class="fa fa-twitter"></i></a></li>
               <li><a href="https://www.facebook.com/tobias.scholz"><i class="fa fa-facebook"></i></a></li>
               <li><a href="https://www.instagram.com/t0bs3n/"><i class="fa fa-instagram"></i></a></li>
            </ul>

            <ul class="copyright">
               <li>&copy; Copyright 2017 Tobias M. Scholz</li>
               <li><a href="impressum.html">Imprint</a></li>
               <li>Design by <a title="Styleshout" href="http://www.styleshout.com/">Styleshout</a></li>   
            </ul>

         </div>

         <div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>

      </div>

   </footer> <!-- Footer End-->

   <!-- Java Script
   ================================================== -->
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
   <script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
   <script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>

   <script src="js/jquery.flexslider.js"></script>
   <script src="js/waypoints.js"></script>
   <script src="js/jquery.fittext.js"></script>
   <script src="js/magnific-popup.js"></script>
   <script src="js/init.js"></script>

</body>

</html>                               

Whois info of domain

Domain Name: 1V.COM
Registry Domain ID: 791501_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ionos.com
Registrar URL: http://www.ionos.com
Updated Date: 2024-11-09T08:01:29Z
Creation Date: 1997-11-09T05:00:00Z
Registry Expiry Date: 2025-11-08T05:00:00Z
Registrar: IONOS SE
Registrar IANA ID: 83
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6105601459
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1032.UI-DNS.BIZ
Name Server: NS1032.UI-DNS.COM
Name Server: NS1032.UI-DNS.DE
Name Server: NS1032.UI-DNS.ORG
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T14:22:25Z <<<
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