Edit File: ERR_INVALID_REQ
<html><head> <meta type="copyright" content="Copyright (C) 1996-2016 The Squid Software Foundation and contributors"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>错误: 不能获取请求的 URL</title> <style type="text/css"><!-- %l body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } :lang(he) { direction: rtl; } --></style> </head><body id="%c"> <div id="titles"> <h1>错误</h1> <h2>您所请求的网址(URL)无法获取</h2> </div> <hr> <div id="content"> <p><b>非法请求</b> 尝试处理请求是发生错误:</p> <blockquote id="data"> <pre>%R</pre> </blockquote> <p>可能的问题包括:</p> <ul> <li id="missing-method"><p>缺少请求方式或未知的请求方式</p></li> <li id="missing-url"><p>缺少网址</p></li> <li id="missing-protocol"><p>缺少 HTTP 标识(HTTP/1.0)</p></li> <li><p>请求命令过长</p></li> <li><p>POST 或 PUT 请求中丢失内容长度(Content-Length)。</p></li> <li><p>主机名称中包含不合法的字符;下划线是不允许的。</p></li> <li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li> </ul> <p>缓存服务器的管理员 <a href="mailto:%w%W">%w</a>.</p> <br> </div> <script language="javascript"> if ('%M' != '[unknown method]') document.getElementById('missing-method').style.display = 'none'; if ('%u' != '[no URL]') document.getElementById('missing-url').style.display = 'none'; if ('%P' != '[unknown protocol]') document.getElementById('missing-protocol').style.display = 'none'; </script> <hr> <div id="footer"> <p>已由 %h (%s) 生成 %T</p> <!-- %c --> </div> </body></html>