How can I prevent XMLHttpRequest to cache requests without jQuery?

Dioncathipina

New Member
I have an webapplication which refreshs a table each minute from a xml-file. When I edit the content of the xml-file, the log of the script shows a "304 Not Modified"-Message when it try to get the current file. But the file is edited. If i refresh the xml-file http:/xx.de/test.xml in the browser, the webapplication also shows the edit.How can i prevent, that the request will be cached?
 
Back
Top