This is a sort of curious case to me.
We have a tomcat server running in-house in our organization. We have a deployed an application on the same tomcat server. When I accessed the website the tomcat is serving, all the js/css files are not cached by the browser at all, which means it is returning status code 200 for every request.
But they opened the port for being able to work from home this weekend, and when I accessed the website from my home, surprisingly those css and js are cached (http code 304)
what do you guys think could be a reason?