403 response code indicates that access to the requested resource is denied, even with authentication.
The user is informed that they do not have permission to access the resource.
GET / HTTP/1.1 Host: 94h.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html> <head> <meta http-equiv="Content-Type" content="textml;charset=GB2312" /> <style>body{background-color:#FFFFFF}</style> <title>非法阻断740</title> <script language="javascript" type="text/javascript"> window.onload = function () { document.getElementById("mainFrame").src= "http://114.115.192.246:9080/error.html"; } </script> </head> <body> <iframe style="width:100%; height:100%;" id="mainFrame" src="" frameborder="0" scrolling="no"/> </body> </html>