Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - or2ld.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
content-length: 0
location: https://or2ld.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.

302 Found - https://or2ld.com/
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Security-Policy-Report-Only: default-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.amtac.net ; report-uri https://cspreports.amtac.net/csp ; img-src 'self' data: ;
Location: https://qr2id.com
Strict-Transport-Security: max-age=63072000; includeSubDomains
X-Amtac-Hl: 03
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Date: Fri, 02 May 2025 09:28:54 GMT
Content-Length: 5
Content-Type: text/plain; charset=utf-8

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 - https://qr2id.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Length: 15162
Content-Type: text/html; charset="UTF-8"
Date: Fri, 02 May 2025 09:28:56 GMT
Set-Cookie: amtac_lang=en;domain=qr2id.com;expires=Fri, 23-May-2025 09:28:56 GMT;path=/
Set-Cookie: amtac_country=au;domain=qr2id.com;expires=Fri, 23-May-2025 09:28:56 GMT;path=/
Set-Cookie: _session_s=A|aBSQW|aBSQW; path=/; domain=qr2id.com; HttpOnly; Secure
Strict-Transport-Security: max-age=63072000; includeSubDomains
X-Amtac-Hl: 03
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN

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

<html lang="en">
	<head>

		<meta charset="utf-8">
		<title>
			QR2id - Enhancing Safety and Security
		</title>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta content="Amtac Professional Services Pty. Ltd." name="author">
<meta name="revisit-after" content="30 days">


<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<meta name="description" content="QR2id: Unique QR Codes to identify corporate & personal property, pets & more. Protect your privacy & enhance your safety with life-saving information">



<!-- CSS -->
 		<link href="/res/css/bootstrap.min.css" rel="stylesheet">
		<link href="/css/site.css?11" rel="stylesheet">
<!-- shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
      <script src="/res/js/html5shiv.js"></script>
    <![endif]-->
    
<!-- fav and touch icons -->
		<link href="/favicon.ico" rel="Shortcut Icon">
		<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/res/icon/apple-touch-icon-144-precomposed.png">
		<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/res/icon/apple-touch-icon-114-precomposed.png">
		<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/res/icon/apple-touch-icon-72-precomposed.png">
		<link rel="apple-touch-icon-precomposed" href="/res/icon/apple-touch-icon-57-precomposed.png">



	</head>
	<body >
<!-- Navbar
    ================================================== -->
<div class="navbar navbar-fixed-top navbar-inverse">
	<div class="navbar-inner">
		<div class="container">
			<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target="#public_menu">
				<span class="icon-bar">
				</span>
				<span class="icon-bar">
				</span>
				<span class="icon-bar">
				</span>
			</button>
			<a class="brand" href="/au/">QR2id<sup>&reg;</sup></a>







					<div id="public_menu" class="nav-collapse">

<!--
				<div class="btn-group pull-right">
					<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
						<img src="/res/img/flags/large/<?= c_country_code ?>.png"> <?= /*$default_country*/ ?>
								<span class="caret"></span>
							</a>
							<ul class="dropdown-menu">
<?= with country in $controller -> allowed_countries -> eachpair do {^
'								<li><a href="?country=' + #country -> name +'"><img src="/res/img/flags/large/' + #country -> name +'.png"> ' + #country -> value + '</a></li>\n'
^} ?>
					</ul>
				</div>
-->
				<ul class="nav pull-right">
					<li data-menuref="login">
						<a id="loginlnk" href="/au/login/">
									Account Login
								</a>
							</li>
				</ul>

				<ul class="nav">
					
					
					<li class="divider">
					</li>
					<!-- TODO
					<li data-menuref="store">
						<a href="/<?= c_country_code ?>/store/">Store</a>
					</li>
					-->
				</ul>
			</div>
		</div>
	</div>
</div>



<!-- Main content
    ================================================== -->
		<div class="container">


<div class="hon_tr">
	<a href="/bpit/">Specific bpit info</a>
</div>
<div class="row-fluid">
	<div class=" span3 columns">
			<p><a href="/au/login" class="btn btn-medium btn-warning"><i class="icon-lock icon-white"></i> Log into your QR2id Account</a></p>
			<div class="well codeform">
				<h3 class="alert-heading">Serial Number Entry</h3>
				<p>To decode a QR2id Code or Marker Location without a QR Scanner, enter the Serial Number/ID and click "Decode".
				</p>
				<form id="decode_form" target="_blank" action="https://QR2id.net/" method="GET" class="form-horizontal" novalidate="">
					<input type="text" name="M" placeholder="Enter QR2id Serial Number" class="full-width">
					<button class="btn btn-small btn-primary" type="submit">Decode <i class="icon-qrcode icon-white"></i></button>
				</form>
					</p>
			</div>

	</div>


	<div class=" span6 columns">
			<p class="simplecentre"><img src="/img/qr2id_logo_2020.png" alt="QR2id" style="margin-top:40px; width=100%;"></p>
			<p class="simplecentre">Over 2,500,000 QR2id Codes and counting...</p>

			<p class="simplecentre"><small><em><a href="/au/app/">Get the QR2id Scanning App</a></em></small></p>
	</div>

	<div class=" span3 columns">
		<p class="simpleright"><a href="/au/customer-service" class="btn btn-medium btn-warning"><i class="icon-info-sign icon-white"></i> Contact Customer Service</a></p>
		<div class="well emergencyservices">
			<span class="label label-important">+&#160;+&#160;Emergency Services&#160;+&#160;+</span>
			<p>
				QR2id <a href="/au/public-markers/">Location Marker</a> details are available to support Emergency Services, and QR2id subscribers may nominate specific information to be available only to authorised Emergency Services personnel. <a href="/au/emergencyservices/"> more &#187;</a>
			</p>
		</div>

	</div>
</div>

<hr>

<div class="row-fluid">
	<div class=" span4 columns">
		<p class="simplecentre"><a href="https://wasteid.amtac.net" target="_blank"><img src="/img/poweredby_wasteid.png" alt="WasteID" style="margin:5px;" class="img-rounded"></a></p>
		<p class="simplecentre">WasteID is a powerful and convenient tool for tracking, monitoring and managing trade waste obligations and waste transport. WasteID is used by small and large utilities, waste receival facilities, and private waste transporters, and can be access by authorised stakeholders, such as property owners and regulators.</p>
	
	</div>
	<div class=" span4 columns">
		<p class="simplecentre"><a href="https://app.keysid.com" target="_blank"><img src="/img/poweredby_keysid.png" alt="KeysID" style="margin:5px;" class="img-rounded"></a></p>
		<p class="simplecentre">KeysID is a QR2id-enabled platform for automotive dealerships, auction houses and vehicle fleet managers that solves problems that previously seemed insurmountable. KeysID integrates überGARD's <a href="https://ubergard.com/electronic-key-cabinets/" target="_blank">iKLAS electronic key cabinets</a> with QR2id to deliver assured chain-of-custody, extraordinary efficiency gains, along with enhanced security and accountability.</p>
		   
	</div>
	<div class=" span4 columns">
		<p class="simplecentre"><a href="https://backflowid.com" target="_blank"><img src="/img/poweredby_backflowid.png" alt="BackFlowID" style="margin:5px;" class="img-rounded"></a></p>
		<p class="simplecentre">BackFlowID is a simple way to monitor and facilitate testing compliance for backflow prevention. An interactive QR2id Tag is simply scanned by authorised users to gain access to contextually relevant information/ workflows, such as the specific test form applicable to the type of device and relevant water utility.</p>
			
	</div>
</div>
<hr>
<div class="row-fluid">
	<div class=" span4 columns">
		<p class="simplecentre"><a href="https://revisionid.com" target="_blank"><img src="/img/poweredby_revisionid.png" alt="RevisionID" style="margin:5px;" class="img-rounded"></a></p>
		<p class="simplecentre">RevisionID is simply the best way to ensure that a document that you or your contractors are relying on is the most recent. No account/login is needed to check the revision of a document. Simply scan the QR2id Code with a smart phone or tablet, or enter the Serial Number at QR2id.com to check for revisions/amendments.</p>
       
	</div>
	<div class=" span4 columns">
		<p class="simplecentre"><a href="https://downunderid.com" target="_blank"><img src="/img/poweredby_downunderid.png" alt="DownUnderID" style="margin:5px;" class="img-rounded"></a></p>
		<p class="simplecentre">DownUnderID uses cost-effective and extremely long-life Komplex&reg; RFID Markers, which are buried with the underground asset/service at strategic points.  Marker locations are logged at deployment using QR2id and a specialised Locator can be used above-ground to read the RFID Code and accurately identify the asset/service and establish its precise buried location.</p>
		   
	</div>
	<div class=" span4 columns">
		<p class="simplecentre"><a href="https://housekeepingid.amtac.net" target="_blank"><img src="/img/poweredby_housekeepingid.png" alt="HouseKeepingID" style="margin:5px;" class="img-rounded"></a></p>
		<p class="simplecentre">The cloud-based HouseKeepingID Service helps you to conveniently and inexpensively keep track of cleaning, maintenance and property services tasks.  Whether being undertaken by staff or contractors, HouseKeepingID provides verifiable information about tasks performed, issues identified, and services missed.</p>
		   
	</div>
</div>
<hr>
<div class="row-fluid">
	<div class=" span4 columns">
		<p class="simplecentre"></p>
		<p class="simplecentre"></p>
       
	</div>
	<div class=" span4 columns">
	   <p class="simplecentre"><a href="https://wastelocate.epa.nsw.gov.au" target="_blank"><img src="/img/poweredby_wastelocate_100h.png" alt="WasteLocate for NSW EPA" style="margin:5px;" class="img-rounded"></a></p>
		<p class="simplecentre">WasteLocate was developed and is maintained by Amtac for the NSW Environment Protection Authority to help prevent illegal dumping of asbestos and tyres. WasteLocate is built on the QR2id Framework and uses QR2id Codes to enhance efficiency and support verification of tracking. See also <a href="https://www.epa.nsw.gov.au/your-environment/waste/transporting-asbestos-waste-tyres" target="_blank">EPA Website</a></p> 
	</div>
	
	<div class=" span4 columns">
		<p class="simplecentre"></p>
		<p class="simplecentre"></p>
       
	</div>
	
</div>
<hr>

<div class="row-fluid">
	<div class=" span2 columns">
		<a href="/elink/?lnk=http://www.esta.vic.gov.au" target="_blank"><img src="/img/3rd_party/esta-logo-100h.png" alt="Victorian Emergency Services Telecommunications Authority (ESTA)" style="margin:5px;" class="img-rounded"></a>
	</div>
	<div class=" span8 columns">
				
		<p>The <a href="/elink/?lnk=http://www.esta.vic.gov.au" target="_blank">Victorian Emergency Services Telecommunications Authority</a> (ESTA) is now building on the foundations it has laid over several years by leveraging the QR2id Service to extend information about <a href="/au/public-markers/">Emergency Marker</a> locations and selected data to Victorian government agencies, community groups, and the general public.  <a href="/au/locations/">Read more</a> about how <a href="/au/locations/">QR2id Location Markers</a> can be used to provide location based information and <a href="/au/products/location-marker/#emergency-services">enhance public safety.</a> </p>
		<p ><a href="/au/public-markers/" class="btn btn-medium btn-primary"><i class="icon-map-marker icon-white"></i> View Public Location Markers</a></p>
	</div>
	<div class=" span2 columns">
		<a href="/elink/?elnk=534bRUPcG2aSkZ5BK_d5HozW1FNNJtkAp7iPpgkGgfrfQ-__UJYUlGNNodgSxljjQC8XAMA7mjEPKY_e883wkqMRooq5xmaOeKJDSp2NV2qbi7Hn" target="_blank"><img src="/img/3rd_party/esta_bay821.jpg" alt="ESTA Emergency Marker BAY821" style="margin-right:5px"></a>
	</div>
</div>
<hr>

<div class="row-fluid">
	<div class=" span6 columns">
		<div class="well">
			<h2 class="simplecentre">QR2id Personal</h2>

			<p class="simplecentre"><a href="/au/personal/"><img src="/img/qr2id_personal_cover_450.jpg" alt="QR2id Personal" style="margin:10px;" class="img-rounded"></a></p>
			<p><strong>QR2id is a 21st century ID tag for personal property and pets.</strong> </p>
			<p>QR2id Personal is the simple and secure way to give yourself the best chance of being reunited with lost personal property or your pet, while protecting your privacy and enhancing your personal safety... <a href="/au/personal/"> <small>more &#187;</small></a></p>
			

		</div>
	</div>
	<div class=" span6 columns">
		<div class="well">
			<h2 class="simplecentre">QR2id Corporate</h2>
			<p class="simplecentre"><a href="/au/corporate/"><img src="/img/qr2id_corporate_cover_450.jpg" alt="QR2id Corporate" style="margin:10px;" class="img-rounded"></a></p>
			<p><strong>QR2id is interactive property marking and so much more...</strong></p>
			<p>QR2id Corporate provides a low cost, convenient, flexible and <strong>context sensitive</strong> method of <a href="/au/resilient">property marking</a>, <a href="/au/products/location-marker">location identification</a>, <a href="/au/corporate/verify-id/">credential verification</a>, and <a href="/au/vials">integrity management</a>, but there is so much more you can do with QR2id... <a href="/au/corporate/"> <small>more &#187;</small></a></p>
			

		</div>
	</div>
</div>
<div class="row-fluid">
	<div class="span12 columns">
	<p class="simplecentre"><a href="/au/partners/fundraising/" class="btn btn-medium btn-primary"><i class="icon-forward icon-white"></i> Fundraising with QR2id</a></p>
	

	</div>
</div>
		</div>

<!-- Footer
    ================================================== -->
<footer class="footer">
	<div class="container">
		<div class="row">

			<div class="span6 columns">
				<p class="simplerleft">

					<a href="/elink?lnk=https://twitter.com/QR2id" target="_blank"><img class="img-rounded" src="/res/icon/twitter-bird-white-on-blue-32.png" height="32" width="32" alt="Follow us on Twitter" title="Follow us on Twitter"></a>
					<a href="/elink?lnk=https://facebook.com/QR2id" target="_blank"><img class="img-rounded" src="/res/icon/f_logo-32.png" height="32" width="32"  alt="Join us on Facebook" title="Join us on Facebook"></a>


					<a href="/au/customer-service">Contact Us</a>
				</p>
			</div>

			<div class="span6 columns simpleright">
				<p class="simpleright"><a href="/au/security">Your Security & Protection </a>&nbsp;&nbsp;<a href="/environment/"><img class="img-rounded" src="/res/icon/qr2id_environment_icon_32.png" height="32" width="33"  alt="QR2id Environmental Commitment" title="QR2id Environmental Commitment"></a>
				</p>
			</div>


		</div>
		<div class="row">
			<div class="span6 columns">
				<p class="simpleleft"><img src="/res/logo/qr2id_icon_30.png" alt="QR2id">
				<a href="/au/about/copyright/">&copy; 2003-2025</a> | <a href="/au/about/privacy/">Privacy Policy</a> | <a href="/au/about/terms/">Terms of Use</a></p>
			</div>

			<div class="span6 columns">
				<p class="simpleright"></p>
			</div>


		</div>
		<div class="row">
			<div class="span6 columns">
				<p class="simpleleft">Developed and maintained by <a href="/au/about/amtac/">Amtac</a></p>
			</div>

			<div class="span6 columns">
				
			</div>


		</div>
		
	</div>
</footer>



<!-- javascript
    ================================================== -->
<script>
	var crumbs = ["default"]
	var helptitle = "Help"
	var please_wait = "Please Wait"
	var plsEnterAnother = "Please enter another"
	var otherStr = "Other"

	var prev_page = "vEY"
</script>

<script type="text/javascript" src="/res/js/json2-min.js"></script>
<script type="text/javascript" src="/res/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/res/js/jquery-ui-1.10.3.custom.min.js"></script>
<script type="text/javascript" src="/res/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/amtac_core.js?11">
$(function() {
	$(".navbar li, .subnav li").each(function(index, value){
		if (crumbs.indexOf($(this).attr("data-menuref")) >= 0) {
			$(this).addClass("active");
		};
	});
});
</script>

	</body>
</html>
                               

Whois info of domain

Domain Name: OR2LD.COM
Registry Domain ID: 1775128218_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-01-07T18:36:12Z
Creation Date: 2013-01-21T18:38:17Z
Registry Expiry Date: 2026-01-21T18:38:17Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: DNS5.AMTACDNS.COM
Name Server: DNS6.AMTACDNS.COM
Name Server: DNS7.AMTACDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T09:28:35Z <<<
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