Login Register

Why default data of json files are loaded?

I'm facing weired problem. I'm trying to run a example which retrieve data from json file (which is modified from mail.json file that is found in mail folder of dijit 1.0). When i want to run it from web server http://localhost:8080/example/test.html it runs and shows everything but when i want to run using http://192.168.188.109/example/test.html it cant's show the current json file, it loads the data of previous one from which it was modified even file name was modified but it shows the changed file name but data didn't change.

Why this kind of weired situation happening? Can any one explain this problem?