200 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: plk.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Sorry..页面没有找到!</title> <style type="text/css"> body{ margin:0; padding:0; background:#efefef; font-family:Georgia, Times, Verdana, Geneva, Arial, Helvetica, sans-serif; } div#mother{ margin:0 auto; width:943px; height:572px; position:relative; } div#errorBox{ background: url(442.png) no-repeat top left; width:943px; height:572px; margin:auto; } div#errorText{ color:#39351e; padding:146px 0 0 446px } div#errorText p{ width:303px; font-size:14px; line-height:26px; } div.link{ /*background:#f90;*/ height:50px; width:145px; float:left; } div#home{ margin:20px 0 0 444px;} div#contact{ margin:20px 0 0 25px;} h1{ font-size:40px; margin-bottom:35px; } </style> </head> <body> <div id="mother"> <div id="errorBox"> <div id="errorText"> <h1>Sorry..页面没有找到!</h1> <h3>似乎你所寻找的网页已移动或丢失了。</h3> <h3>或者也许你只是键入错误了一些东西。</h3> <h3>请不要担心,这没事。如果该资源对你很重要,请与管理员联系。</h3> <h2><font color="#EE0000">Email:iamsisier#(#换成@)gmail.com</font></h2> </div> </div> </div> </body> </html>