301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
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.
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: nbb.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html><head><title>detected</title><style>div {padding:20px;font-family:sans,sans-serif;} h1 {color:#FC780B;} pre {margin:10;margin-bottom:0;}</style></head><body><div><h1><i>notebooksbilliger.de</i></h1>client has been blocked by bot protection.<br><br><a href="https://www.notebooksbilliger.de/infocenter/section/contact_form" target="contact">if you are not a bot, please send the text below by email</a>.<br><br><pre>135.181.60.100 1747606812</pre><pre id="brw"></pre><script>document.getElementById("brw").innerHTML=navigator.userAgent+" ("+navigator.platform+") cookies:"+navigator.cookieEnabled;</script></div></body></html>