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.
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: nt4.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>SEC/NAV</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/mouseapp_2.js"></script> <script type="text/javascript" src="js/mouseirb_2.js"></script> <script type="text/javascript" src="js/irb.js"></script> <style type="text/css"> @import 'site.css'; </style> <script type="text/javascript"> var screenW = 640, screenH = 480; if (parseInt(navigator.appVersion)>3) { screenW = screen.width; screenH = screen.height; } else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion)==3 && navigator.javaEnabled() ) { var jToolkit = java.awt.Toolkit.getDefaultToolkit(); var jScreenSize = jToolkit.getScreenSize(); screenW = jScreenSize.width; screenH = jScreenSize.height; } /* document.write('\n<style type="text/css">\n' + 'body {\n' + ' background-image: url(http://backgrounds.nt4.com/?width=' + screenW + '&height=' + screenH + ');\n}\n</style>\n'); document.body.style.backgroundImage = url("images/bg640x480.gif"); http://osxdaily.com/wp-content/uploads/2009/08/defaultdesktop.jpg */ function adjustSize() { document.getElementById("width").value = pageWidth(); document.getElementById("height").value = pageHeight(); } // adjustSize(); </script> </head> <body> <div id="container"> <!-- <div id="header"><img src="images/header.png" /></div> --> <div id="content"> <div id="lilBrowser"> <div id="lbTitlebar"> <h3 id="lbTitle">A Popup Browser</h3> <p id="lbClose">[<a href="javascript:void(window.irb.options.popup_close());">x</a>]</p> </div> <iframe width="500" height="400" src="about:blank" id="lbIframe"></iframe> </div> <div id="shellwin"> <div id="terminal"> <div id="irb"></div> </div> </div> </div> </div> </div> <input class="keyboard-selector-input" type="text" id="irb_input" autocomplete="off" /> <script> document.body.style.backgroundColor = 'black'; document.body.style.backgroundImage = 'url(https://backgrounds.nt4.com/?width=' + screenW + '&height=' + screenH + ')'; // document.body.style.backgroundImage = 'url(background.jpg)'; </script> <noscript><a href="drivers/belkin/F5U109.F5U409/">Belkin F5U109/F5U409 USB Serial Port drivers</a></noscript> </body> </html>