We have a CSS file hosted on cloudfront. Whenever the file is updated we add a version number to the file. We also have VPN in our office through which we connect to QA servers.
Now a very peculiar thing is happening. When VPN tunnel is enabled and that CSS file link is hit from the browser I see updated file. But if I turn off VPN and hit the URL then I see previous version of the file. Though URLremains same for both times when I hit the URL. I'm not able to understand how VPN could affect loading the latest file version. I tried clearing cache from the browser but every time this is happening.
Any ideas on this? What could be the problem.