302 http durum kodu, istenen kaynağın geçici olarak farklı bir URL'de mevcut olduğunu gösterir.
Kullanıcı otomatik olarak yeni URL'ye yönlendirilir, ancak arama motorları eski adresi dizine eklemeye devam eder.
200 http durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.
Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.
GET / HTTP/1.1 Host: wer.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!-- wer.com main screen, Wer/HTML WER JHS/date public.html mods/ /public-index --> <!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 charset="utf-8"> <title>Woolley Engineering Research Corporation!!</title> <style type="text/css">body{font:100% Verdana,Arial,Helvetica,sans-serif;background:#666;margin:0;padding:0;text-align:center;color:#000}.oneColElsCtrHdr #container{width:55em;background:#fff;text-align:right;margin-top:0;margin-right:auto;margin-bottom:0;margin-left:auto;padding-left:1px;padding-right:1px;white-space:normal;caption-side:bottom;table-layout:auto;border-collapse:collapse;empty-cells:show}.oneColElsCtrHdr #header{background:#ddd;padding:0 10px 0 20px}.oneColElsCtrHdr #header h1{margin:0;padding:10px 0}.oneColElsCtrHdr #mainContent{background:#fff;padding-top:20;padding-right:20px;padding-bottom:0;padding-left:0}.oneColElsCtrHdr #footer{padding:0 10px;background:#ddd}.oneColElsCtrHdr #footer p{margin:0;padding:10px 0}.style1{font-size:small}</style> <!-- Global site tag (gtag.js) - Google Analytics (Insert into HEAD, inside last script)--> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q0PPW1QT2J"></script> <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-Q0PPW1QT2J');</script> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body class="oneColElsCtrHdr"> <div id="container"> <div id="header"> <!-- end #header --> </div> <!-- The JHS section is added here to the main page. --> <div id="mainContent"> <div class="row"> <!-- Add a row of 2 items for JHS to preceed wer. --> <div class="col-md-4"> <div class="card mb-4 box-shadow"> <h1> <a href="/jhs61"> <img alt="host" src="/assets/images-jhs/host.png" style="max-height: 200px;"/> </a> </h1> <h1> <a href="/jhs61"> <img alt="yearbook" src="/assets/images-jhs/yearbook-cover.jpg" style="max-height: 300px;"/> </a> </h1> </div> </div> </div> <!-- The original wer.com content begins here. Headings for quick links. Note that these are under public_html/ --> <h1><img height="169" src="/images/About.jpg" width="881"/> </h1> <h1> <a href="/Experts.html">EXPERTS </a> <a href="/Contact.html">CONTACT </a> <a href="/Publications.html">PUBLICATIONS</a> </h1> <h1> <a href="/RiverRunBuilding.html">BUILDING</a> </h1> <!-- end of quick link headings. The rest of this main page is all graphics, no links. --> <h1><img align="top" height="211" src="/images/Graphic2-3.jpg" width="489"/> <img align="top" height="199" src="/images/description.jpg" width="359"/></h1> </div> <table border="0" width="884"> <tbody> <tr> <th height="213" scope="col"><img height="102" src="/images/space.jpg" width="13"/></th> <td align="left" scope="col" valign="top" width="282"> <p></p> <p><img height="92" src="/images/address.jpg" width="296"/></p> </td> <td scope="col" valign="top" width="9"></td> <td scope="col" valign="top" width="525"><img align="top" height="229" src="/images/Graphic4-5.jpg" width="518"/></td> </tr> </tbody> </table> <table border="0" height="20 " width="853"> <tbody> <tr> <th height="57" scope="col" valign="top" width="80"></th> <td scope="col" valign="middle" width="675"><img align="bottom" alt="" height="13" src="/images/bottomtag.jpg" width="642"/></td> <th scope="col" width="110"> <p></p> <p></p> </th> </tr> </tbody> </table> <div id="footer"> <!-- end #footer --> </div> <!-- end #container --> </div> <script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-10971107-1']);_gaq.push(['_setDomainName','.wer.com']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();</script> <script type="text/javascript">(function(){console.log('hello world') console.log(Math.sqrt(64))})();</script> </body> </html>