]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_INVALID_REQ
Merged from trunk.
[thirdparty/squid.git] / errors / templates / ERR_INVALID_REQ
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>ERROR: The requested URL could not be retrieved</title>
5 <style type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></style>
6 </head><body>
7 <h1>ERROR</h1>
8 <h2>The requested URL could not be retrieved</h2>
9 <hr>
10 <p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
11
12 <blockquote>
13 <pre>%R</pre>
14 </blockquote>
15
16 <p>Some possible problems are:</p>
17 <ul>
18 <li><p>Missing or unknown request method.</p></li>
19 <li><p>Missing URL.</p></li>
20 <li><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
21 <li><p>Request is too large.</p></li>
22 <li><p>Content-Length missing for POST or PUT requests.</p></li>
23 <li><p>Illegal character in hostname; underscores are not allowed.</p></li>
24 </ul>
25
26 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
27
28 <br>
29 <hr>
30 <div id="footer">Generated %T by %h (%s)</div>
31 </body></html>