0
Good afternoon, I am creating an application that loads functions based on the information of a given XML file. However, once I save a new function via php, when I go to do a Xhttprequest in javascript the code remains the same. I have tried using requestHeader("cache-control", "no-cache") but am still having problems. Does anyone know a solution to my problem? I’m using cache-control improperly? Any help is appreciated
EDIT: Resolved as in the answer, I found out what I was doing wrong.