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.
画像、CSS、js などの静的コンテンツの場合、リクエスト ヘッダー If-Modified-Since は Web ブラウザまたは Web サーバーによって設定されますか?
HTTP 要求で、Web ブラウザーによって設定されます。
Web ブラウザは、ファイルをキャッシュした日付に設定し、「<日付> のこのファイルのバージョンを既に持っています。それ以降に変更された場合にのみ、ファイルを再度送信してください」と伝えます。