Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバーのステータスを表示する単純な Web ページを作成しているため、キャッシュからではなく、常にサーバーからロードする必要があります。
どうすれば実現できますか?私はもう試した
<head> <meta http-equiv="expires" content="0"> <title>status</title> </head>
ただし、Chrome でのみ機能します。Firefox に関するアイデアはありますか?
やってみました:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
これは、過去に Firefox のキャッシュの問題を解決するために機能しました。
ソース: http://www.i18nguy.com/markup/metatags.html