Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - dsdbv.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 06 May 2025 19:07:57 GMT
Server: Apache/2.4.54 (Debian)
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

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: dsdbv.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<?xml version="1.0" encoding="iso-8859-1"?>
<!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=iso-8859-1" />
		<title>Dutch Sustainable Development</title>
		<meta name="description" content="" />
		<meta name="keywords" content="Dutch Sustainable Development" />
		<meta name="classification" content="Other" />
		<meta name="Robots" content="index, follow" />
		<meta name="revisit-after" content="5" />
		<meta name="distribution" content="GLOBAL" />
		<meta name="copyright" content="A.T.Z." />
		<meta name="contactcity" content="Goes" />
		<meta name="contactstate" content="NOT LISTED HERE" />
		<meta http-equiv="bulletin-date" content="01-04-2006" />
		<meta name="generator" content="notepad" />
		<meta name="Coverage" content="Worldwide" />
		<meta name="language" content="nl,en-us" />
		<meta name="rating" content="SAFE FOR KIDS" />
		<meta name="Author" content="(c) DSD bv" />
		<meta name="Generator" content="(c) - B. van Ouwerkerk 2006" />
		<link id="id" href="style/opmaak1.css" type="text/css" rel="stylesheet" />
                <link rel="stylesheet" media="print" href="style/print.css" type="text/css" />
<script type="text/javascript" language="JavaScript">
<!--
defaultStatus="(c) copyright 2008 - DSD bv";
//-->
</script>
<SCRIPT SRC="jsscripts/favorite.js">
</SCRIPT>
<script type="text/javascript" src="http://www.dsdbv.com/ieupdate.js"></script>
<script>



PositionX = 100;
PositionY = 100;

defaultWidth  = 500;
defaultHeight = 500;

var AutoClose = true;

if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=120-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["atz"].width;');writeln('window.innerHeight=document.images["atz"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=ffffff scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<img name="atz" src='http://www.dsdbv.com/+imageURL+' style="display:block"></body></html>');
close();		
}}

</script>
<SCRIPT language="javascript">
<!--
function show(href, Width, Height, count, scr) {
    //  
    var url=href;
    var win='toolbar=0,location=0,status=0,menubar=0,directories=0,resizable=1,scrollbars=1,target=_new';

    w=Width;
    h=Height;
    var sizedwin=win + ',width=' + w + ',height=' + h + ',scrollbars=' + scr;

	if(window == 'multiple') {
		var windowname = 'Image_Window_' + count;
		open(url, windowname, sizedwin);
	}
	else {
		var windowname = 'Image_Window';
		popup = open(url, windowname, sizedwin);
		popup.focus();
	}
    return false;
}
//-->
</SCRIPT>
<script type=text/javascript>
var isIE=document.all?true:false;
var isDOM=document.getElementById?true:false;
var isNS4=document.layers?true:false;

/* _w : which ID (1) or (2) */
/* _h : (h)ide or (s)how */
function toggleT(_w,_h) {
  if (isDOM)
  {
    if (_h=='s') document.getElementById(_w).style.visibility='visible';
    if (_h=='h') document.getElementById(_w).style.visibility='hidden';
  }
  else if (isIE) {
    if (_h=='s') eval("document.all."+_w+".style.visibility='visible';");
    if (_h=='h') eval("document.all."+_w+".style.visibility='hidden';");
  }
  else if(isNS4)
  {
    if (_h=='s') eval("document.layers['"+_w+"'].visibility='show';");
    if (_h=='h') eval("document.layers['"+_w+"'].visibility='hide';");
  }
}
</SCRIPT>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0" bgcolor="#83bec3">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="98%" bgcolor="#83bec3""><tr><td>
<div id="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="165" background="back/top.jpg"><tr><td height="130" width="100%">
<div id="menu"><ul><li><a
href="experiences.php" >experiences</a></li><li><a
href="projectteam.php" >project team</a></li>
<li><a
href="expertises.php" >expertises</a></li>
<li><a href="projectreferences.php" >project references</a></li>
<li><a href="links.php" >links</a></li>
<li><a href="contact.php" >contact</a></li>
</ul></div>
  </td> </tr>
 </table></div>
<div id="inhoud">
<table border="0" align="default" width="100%" cellpadding="0" cellspacing="0" background="back/bg1.gif" bgcolor="#ffffff">
<tr>
<td valign="top" width="195" rowspan="2" id="links" align="left">
<div id="button"><ul>
<li><a href="index.php"  class="selected">Home</a></li>

<li><a href="index.php@hgroep=1&amp;subgroep=23&amp;taalid=1.php" >10 Awards voor wereldwijde projecten</a></li>




<li><a href="contact.php" >Contact</a></li></ul></div>
</td>
<td valign="top">








<table border="0" width="100%" id="table1" cellspacing="10">
	<tr>
		<td class="text" id="content">
		<h1><strong>Subsidie voor Betaprocess - de bio-booster</strong></h1>  
<p>
Het ondernemerscluster van het ontwikkelde &lsquo;Betaprocess&rsquo; heeft de Europese ERANET Biorefinery subsidie toegekend gekregen. De ondernemers die dit mogelijk hebben gemaakt zijn Dutch Sustainable Development (DSD), Acrres en Van Antwerpen Milieutechniek vanuit Nederland en de Universiteit van Warmia en Mazury uit Polen.  
</p>
<p>
<br />
De ERANET subsidie is een regeling voor marktrijpe (&lsquo;ready-to-market&rsquo;) biobased innovaties met de focus op internationale samenwerking en het gebruik van biomassa voor energy (Bioenergy) en biorefinery toepassingen. Met deze subsidie wordt het concept van direct processing voor bio-ethanol op basis van suikerbiet op pilot schaal gepresenteerd. Als onderdeel hiervan wordt het Betaprocess gebruikt, waardoor de producten beter toepasbaar worden in grootschalige fermentatie van organische materialen zoals de suikerbiet. Hans van Klink van DSD: &ldquo;Door toekenning van deze subsidie kunnen we ons initiatief verder onder de aandacht brengen van de diverse stakeholders zowel in Nederland als in de Europese Unie.&rdquo;  
</p>
<p>
<a href="Persbericht-Betaprocess-ERANET4-12-2014.PDF" target="_blank">Lees het hele persbericht. &nbsp;</a> <a href="http://www.betaprocess.eu">Bezoek website Betaprocess</a>   
</p>
<br /><a class="trans" href="javascript:window.print()"><img src="buttons/print.gif" border=0 hspace="0" alt="" align="right"></a>
		
</td>
	</tr>

</table>
















</td>

<td valign="top" width="175" rowspan="2" background="back/line1.gif" id="rechts" class="adres">
Tuesday 06 May 2025
 <br /><br />
<center>
<img border="0" src="back/suikerriet.jpg" width="150" height="480">
</center>














<br/><br/></td>
</tr>
</table>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="30" bgcolor="#0E0046" background="back/onder.gif">
<tr>
    <td align="left"><div id="catstxt">Copyright � 2008 DSD bv | <a
href="disclaimer.php" >Disclaimer</a> |
 <a href="javascript:addtofav('http://www.dsdbv.com','DSD bv')"> 
Favorieten</a> | <a href="http://www.atz.nl" target="_blank">A.T.Z. </a> </div>
</td><td width="225" align="right" id="rechts"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
                               

Whois info of domain

Domain Name: DSDBV.COM
Registry Domain ID: 728142016_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.NameWeb.biz
Registrar URL: http://www.NameWeb.biz
Updated Date: 2024-12-24T23:33:38Z
Creation Date: 2006-12-26T23:40:48Z
Registry Expiry Date: 2025-12-26T23:40:48Z
Registrar: NameWeb BVBA
Registrar IANA ID: 1464
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +32.34004343
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.ATZ-HOSTING.NL
Name Server: NS2.ATZ-HOSTING.NL
Name Server: NS3.ATZ-HOSTING.NL
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T19:07:44Z <<<
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