Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - knpcs.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 05 May 2025 12:53:36 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade
Vary: Accept-Encoding
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 http 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: knpcs.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">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>KNP &amp; Associates is a firm of Company Secretaries based at Pune</title>
	<meta name="robots" content="index,follow">
    <meta name="description" content="KNP & Associates is a firm of Company Secretaries based at Pune. We are function in various areas like Corporate Laws, Industrial Laws, Environmental Laws, FEMA, Labour Laws, Intellectual Property Rights, Service Tax and other Legal Services. ">
	<meta name="keywords" content="KNP & Associates, KNP CS, Company Secretaries based at Pune, Corporate Laws, Industrial Laws, Environmental Laws, FEMA, Labour Laws, Intellectual Property Rights, Service Tax and other Legal Services">
    <meta name="author" content="www.knpcs.com, KNP & Associates - Company Secretaries based at Pune">
    <!-- Bootstrap core CSS -->
    <link href="css/bootstrap.css" rel="stylesheet">
    <!-- Custom CSS for the 'knpStyles'  -->
    <link href="css/carousel.css" rel="stylesheet">
    <link href="css/knpStyles.css" rel="stylesheet">
    
  </head>

  <body>

    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
      <div class="container">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="index.html">KNP &amp; Associates</a>
        </div>

        <!-- Collect the nav links, forms, and other content for toggling -->
        <div class="collapse navbar-collapse navbar-ex1-collapse">
          <ul class="nav navbar-nav">
            <li class="active"><a href="index.html">Home</a></li>
            <li><a href="about.html">About</a></li>
            <li><a href="services.html">Services</a></li>
            <li><a href="contact.html">Contact</a></li>
          </ul>
        </div><!-- /.navbar-collapse -->
      </div><!-- /.container -->
    </nav>
    
	 <!-- Carousel
    ================================================== -->
    <div id="myCarousel" class="carousel slide" data-ride="carousel">
      <!-- Indicators -->
      <ol class="carousel-indicators">
        <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
        <li data-target="#myCarousel" data-slide-to="1"></li>
        <li data-target="#myCarousel" data-slide-to="2"></li>
        <li data-target="#myCarousel" data-slide-to="3"></li>
      </ol>
      <div class="carousel-inner">
        <div class="item active">
          <div class="container">
            <div class="carousel-caption">
              <h1>Company Law</h1>
              <h3>Formation Services:</h3>
              <ul>
              	<li>Company Formation: Private limited, Public Limited, Section 25, and Wholly Owned Subsidiary</li>
                <li>LLP formation</li>
                <li>Partnership registration</li>
                <li>Branch Office/Liaison Office</li>
                <li>Registration of business with Central/State/Local Authorities in India</li>
              </ul>
    
              <p class="text-right"><a class="btn .btn-sm btn-primary" href="services.html" role="button">View more...</a></p>
            </div>
          </div>
        </div>
        <div class="item">
          <div class="container">
            <div class="carousel-caption">
              <h1>Labour And Indurial Laws</h1>
              <h3>Registrations And Licenses</h3>
              <ul>
              	<li>E.S.I.C Allotment Numbers</li>
                <li>Factory Registration </li>
                <li>M.L.W.F Registrations</li>
                <li>S.S.I Registration </li>
                <li>M.P.C.B Registration </li>
                <li>Company Registration </li>
                <li>Contract Labour License </li>
              </ul>
              <p class="text-right"><a class="btn .btn-sm btn-primary" href="services.html" role="button">View more...</a></p>
            </div>
          </div>
        </div>
        <div class="item">
          <div class="container">
            <div class="carousel-caption">
              <h1>Value Added Services</h1>
              <ul>
              	<li>Shop Act registration</li>
                <li>Profession tax registration</li>
                <li>Service tax registration</li>
                <li>IEC (import export code)</li>
                <li>SSI (small scale industries)</li>
                
                <li>Liaison with Registrar of Companies (RoC), Regional Director (RD) and Company Law Board (CLB) for appeals, petition and necessary approvals under the Companies Act</li>
              </ul>
              <p class="text-right"><a class="btn .btn-sm btn-primary" href="services.html" role="button">View more...</a></p>
            </div>
          </div>
        </div>
      
        <div class="item">
          <div class="container">
            <div class="carousel-caption">
              <h1>IPR</h1>
              <ul>
              	<li>Registration of trademark</li>
                <li>Advisory on Intellectual Property Rights</li>
              </ul>
              <h1>Service Tax</h1>
              <ul>
              	<li>Registration</li>
                <li>Payment and returns</li>
                <li>Audits</li>
                <li>Advisory</li>
              </ul>
              <p class="text-right"><a class="btn .btn-sm btn-primary" href="services.html" role="button">View more...</a></p>
            </div>
          </div>
        </div>
      
      </div>
      <a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
      <a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
    </div><!-- /.carousel -->
	
    <div class="container">

      <div class="page-header">
        <h1>We Are:</h1>
      </div>
      <p>KNP &amp; Associates is a firm of Company Secretaries based at Pune.  It is registered with the Institute of Company Secretaries of India.</p>
      <p>We are function in various areas like Corporate Laws, Industrial Laws, Environmental Laws, FEMA, Labour Laws, Intellectual Property Rights, Service Tax and other Legal Services.</p>
      <p>KNP has developed a wide network and relationships with various fellow professionals and firms around country to serve our clients in the best possible manner.</p>
      <p class="text-right"><a class="btn btn-sm btn-primary" href="services.html" role="button">View more...</a></p>
      
      
      <div class="page-header">
        <h1>Our Key Services:</h1>
      </div>
      
      <div class="row ">

        <div class="col-lg-4 col-md-6 hero-feature">
          <div class="thumbnail">
            <div class="caption">
              <h3>Company Law</h3>
              <h4>Formation Services:</h4>
              <ul>
              	<li>Company Formation: Private limited, Public Limited, Section 25, and Wholly Owned Subsidiary</li>
                <li>LLP formation</li>
                <li>Partnership registration</li>
                <li>Registration of business with Central/State/Local Authorities in India</li>
              </ul>
              
              <p class="text-right"><a href="services.html" class="btn-sm btn-primary">View more...</a></p>
            </div>
          </div>
        </div>

        <div class="col-lg-4 col-md-6 hero-feature">
          <div class="thumbnail">
            <div class="caption">
              <h3>Labour And Indurial Laws</h3>
              <h4>Registrations And Licenses</h4>
              <ul>
              	<li>E.S.I.C Allotment Numbers</li>
                <li>Factory Registration </li>
                <li>M.L.W.F Registrations</li>
                <li>S.S.I Registration </li>
                <li>M.P.C.B Registration </li>
                <li>Company Registration </li>
                <li>Contract Labour License </li>
              </ul>
              <p class="text-right"><a href="services.html" class="btn-sm btn-primary">View more...</a></p>
            </div>
          </div>
        </div>

        <div class="col-lg-4 col-md-6 hero-feature">
          <div class="thumbnail">
            <div class="caption">
              <h3>Value Added Services</h3>
              <ul>
              	<li>Shop Act registration</li>
                <li>Profession tax registration</li>
                <li>Service tax registration</li>
                <li>IEC (import export code)</li>
                <li>SSI (small scale industries)</li>
                <li>DGFT Licenses</li>
                <li>Industrial Entrepreneurs Memorandum</li>
              </ul>
              <p class="text-right"><a href="services.html" class="btn-sm btn-primary">View more...</a></p>
            </div>
          </div>
        </div>

        <!--<div class="col-lg-3 col-md-6 hero-feature">
          <div class="thumbnail">
            <div class="caption">
              <h3>IPR</h3>
              <ul>
              	<li>Registration of trademark</li>
                <li>Advisory on Intellectual Property Rights</li>
              </ul>
              <h3>Service Tax</h3>
              <ul>
              	<li>Registration</li>
                <li>Payment and returns</li>
                <li>Audits</li>
                <li>Advisory</li>
              </ul>
              <p class="text-right"><a href="#" class="btn-sm btn-primary">View more...</a></p>
            </div>
          </div>
        </div>-->

      </div><!-- /.row -->
      
    </div><!-- /.container -->

	<footer>
        <div class="row">
        	<div class="col-lg-4 pull-right text-right">
            <p><a href="index.html">Home</a> | <a href="about.html">About</a> | <a href="services.html">Services</a> | <a href="contact.html">Contact</a></p>
          </div>
          <div class="col-lg-8">
            <p>Copyright &copy; KNP &amp; Associates 2013. All rights reserved. &nbsp; | &nbsp; <a href="#">Privacy Policy</a> | <a href="#">Terms &amp; Conditions</a></p>
          </div>
          
        </div>
      </footer>
  <!-- javascript -->
  <script src="js/jquery.js"></script>
  <script src="js/bootstrap.js"></script>
<div style="display: none;">
<a href="https://heylink.me/linkbandarqqonline/">Link BandarQQ</a><br>
<a href="https://heylink.me/linkbandarqqonline/">Situs Idpro</a><br>
<a href="https://heylink.me/linkbandarqqonline/">Pkv QQ Online</a><br>
<a href="https://heylink.me/linkbandarqqonline/">Situs QQ Online</a><br>
<a href="https://betparlay.wiki/">Situs Judi Bola</a><br>
<a href="https://situsbcaqq.com/">Link BcaQQ</a><br>
<a href="https://portalloginfacts.com/">BotakQQ</a><br>
<a href="https://stieaprin.ac.id/bandarqq/">BandarQQ</a><br>
<a href="https://pcnumalangkota.org/">MataQQ</a><br>
<a href="https://smkpgri1sdj.sch.id/">Situs QQ Online</a><br>
<a href="https://pakikotajakarta.org/">BcaQQ</a><br>
<a href="https://grandeabobora.com/">BotakQQ</a><br>
<a href="https://nenescape.org/">Pkv Games</a><br>
<a href="https://mataqqpkv.com/">MataQQ</a><br>
<a href="https://theoldtimegospel.org/">Situs Poker Terpercaya</a><br>
<a href="https://analogsuicide.com/">Pkv QQ</a><br>
<a href="https://mytenzones.com/">Pkv QQ</a><br>
<a href="https://aprettycakemachine.com/">Pkv QQ</a><br>
<a href="https://apk.reffpkv.id/">Download Apk Pkv Games</a><br>
<a href="https://hasilbola.id/">Hasil Bola Malam Ini</a><br>
<a href="https://hasiltoto.id/">Hasil Togel Hari Ini</a><br>
<a href="https://viva1.vivaxxi.pro/">Film LayarKaca 21</a><br>
<a href="https://mlbbtv.com/">Mlbb Tv</a><br>
<a href="https://lk21.stieaprin.ac.id/">Film Semi</a><br>
<a href="https://ompkv.com/">BandarQQ</a><br>
<a href="https://situslaliga365.com/">Situs Judi Bola</a><br>
<a href="https://wendyharmer.com/">BBM88</a><br>
<a href="https://www.the-brits.com/">BBM88</a><br>
<a href="https://leicesterupdates.com/">Situs Judi Online</a><br>
<a href="https://moreslipper.com/">Indobet365</a><br>
<a href="https://ptpn11.com/">Link Sbobet</a><br>
<a href="https://dchhomemedical.com/">LaLiga365</a><br>
<a href="https://palladiumwhitesands.com/">BandarQQ</a><br>
</div>
  
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-46606065-1', 'knpcs.com');
  ga('send', 'pageview');

</script>
</body>

</html>                               

Whois info of domain

Domain Name: KNPCS.COM
Registry Domain ID: 1836003261_DOMAIN_COM-VRSN
Registrar WHOIS Server: Whois.bigrock.com
Registrar URL: http://www.bigrock.com
Updated Date: 2024-11-19T06:39:02Z
Creation Date: 2013-11-19T04:58:09Z
Registry Expiry Date: 2025-11-19T04:58:09Z
Registrar: BigRock Solutions Ltd
Registrar IANA ID: 1495
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.832-295-1535
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.BLUEHOST.COM
Name Server: NS2.BLUEHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-05T12:53:27Z <<<
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