412.html

来自「這是Java寫的WebServer」· HTML 代码 · 共 24 行

HTML
24
字号
<html>

<head>
<title>Error 412</title>
<meta name="robots" content="noindex">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</head>

<body>

<h2><font face="Verdana">HTTP Error 412</font></h2>

<p><font face="Verdana"><strong>412 Precondition Failed</strong></font></p>

<p><small><font face="Verdana">The precondition given in one or more of the Request-header
fields evaluated to FALSE when it was tested on the server. The client placed
preconditions on the current resource metainformation (header field data) to prevent the
requested method from being applied to a resource other than the one intended.</font></small></p>

<p><small><font face="Verdana">Please contact the Web server's administrator if the
problem persists.</font></small></p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?