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>URLがありません。</p></li> <li id="missing-protocol"><p>HTTPの識別子(HTTP/1.0)がありません。</p></li> <li><p>要求が大きすぎます。</p></li> <li><p>Content-Lengthヘッダが、POSTまたはPUTの要求に含まれていません。</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>Your cache administrator is <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>%Tに%h (%s)が生成しました。</p> <!-- %c --> </div> </body></html>