It may seem like a strange question, but I'm experiencing an issue with an AJAX call to a JSON file. Both the request and response headers do not indicate to not use cache, and in the browser settings, the Disable cache option is not checked. What more can I do to ensure that the AJAX call does not load the updated JSON from my local storage?
Update: What I am aiming for is to be able to update the JSON file locally without having those updates reflected in the AJAX call made by the browser.
I have attempted to alter the last modified file attribute using the following command: touch -d "4 days ago" 0.json
Thank you in advance... https://i.sstatic.net/9S01s.jpg