]> git.ipfire.org Git - thirdparty/squid.git/blame - errors/templates/ERR_INVALID_REQ
Source Format Enforcement (#763)
[thirdparty/squid.git] / errors / templates / ERR_INVALID_REQ
CommitLineData
8289d754
AJ
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html><head>
f70aedc4 3<meta type="copyright" content="Copyright (C) 1996-2021 The Squid Software Foundation and contributors">
238054f1 4<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8289d754 5<title>ERROR: The requested URL could not be retrieved</title>
0b28135a
AJ
6<style type="text/css"><!--
7 %l
8
9body
10:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
20da6852 11:lang(he) { direction: rtl; }
0b28135a 12 --></style>
d7f60e25 13</head><body id=%c>
2efb44d2 14<div id="titles">
8289d754
AJ
15<h1>ERROR</h1>
16<h2>The requested URL could not be retrieved</h2>
2efb44d2 17</div>
8289d754 18<hr>
2efb44d2
AJ
19
20<div id="content">
8289d754
AJ
21<p><b>Invalid Request</b> error was encountered while trying to process the request:</p>
22
5b52cb6c 23<blockquote id="data">
8289d754
AJ
24<pre>%R</pre>
25</blockquote>
26
27<p>Some possible problems are:</p>
28<ul>
ae8d89c9
AJ
29<li id="missing-method"><p>Missing or unknown request method.</p></li>
30<li id="missing-url"><p>Missing URL.</p></li>
31<li id="missing-protocol"><p>Missing HTTP Identifier (HTTP/1.0).</p></li>
8289d754
AJ
32<li><p>Request is too large.</p></li>
33<li><p>Content-Length missing for POST or PUT requests.</p></li>
34<li><p>Illegal character in hostname; underscores are not allowed.</p></li>
0bc580bd 35<li><p>HTTP/1.1 <q>Expect:</q> feature is being asked from an HTTP/1.0 software.</p></li>
8289d754
AJ
36</ul>
37
38<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
5b52cb6c 39<br>
2efb44d2
AJ
40</div>
41
ae8d89c9
AJ
42<script language="javascript">
43if ('%M' != '[unknown method]') document.getElementById('missing-method').style.display = 'none';
44if ('%u' != '[no URL]') document.getElementById('missing-url').style.display = 'none';
45if ('%P' != '[unknown protocol]') document.getElementById('missing-protocol').style.display = 'none';
46</script>
47
5b52cb6c 48<hr>
2efb44d2
AJ
49<div id="footer">
50<p>Generated %T by %h (%s)</p>
51<!-- %c -->
52</div>
f688e673 53</body></html>