Hi guys!
I receive a json file from a remote server at a specific URL using an AJAX Request URL. I make requests from a mobile device. And I ran into a problem when I change the data of a json file and try to get them at the same url, I get the old data. This is most likely due to AJAX request caching. How can I turn off caching or how else can I do it?