A quick way to force a browser to download a fresh copy of something, and not "helpfully" use any cached version that may still be lying around, is to alter the URL ever so slightly. Click the cursor in the URL bar of the browser to edit the URL. If there is no ? mark in it, then append something like ?dummy=1 onto the end; or if there is a ? mark in it, then append &dummy=1 onto the end. Now that will look like a brand new request for something different, because you are passing a(n additional) parameter to the server that was not present in the request for the cached version.
Statistics: Posted by julie_m — Sat Aug 03, 2024 3:05 pm