Good afternoon, I'm creating an application that loads functions based on information from a given XML file. However, as soon as I save a new function via php, when I make an XHttpRequest in javascript the code remains the same. I've already tried using the requestHeader ("cache-control", "no-cache") but I'm still having problems. Does anyone know a solution to my problem? I am using cache-control unduly? Any help is appreciated
EDIT: Resolved according to the answer, I discovered what I was doing wrong.