http durum kodu 200, 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: ii7.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<html> <head> <title></title> <meta name="description" content=""> <meta name="keywords" content=""> <style> body, html {width: 100%; height: 100%; margin: 0; padding: 0} .row-container {display: table; empty-cells: show; border-collapse: collapse; width: 100%; height: 100%;} .frame-row {display: table-row; height: 100%; overflow: hidden } .frame-row iframe {width: 100%; height: 100%; border: none; margin: 0; padding: 0; display: block;} </style> </head> <body> <div class="row-container"> <div class="frame-row"> <iframe src="http://domainshop.com" noresize="" frameborder="0"> <noframes> <div style='display:flex; position:absolute; top:0; bottom:0; right:0; left:0;'> <div style='margin:auto;'> <h2>This page requires frames.</h2> <p>Click <a href="http://domainshop.com">here</a> to visit the destination.</p> </div> </div> </noframes> </div> </div> </body> </html>