0

有没有办法让站点用户从服务器重新读取文件?文件以前是用大的 max-age 获得的。更改 uri 在技术上是不可能的(/crossdomain.xml,由 flash 播放器直接请求)。

谢谢!

4

1 回答 1

1

If you want to obtain a new version of the file, you can call the filename with some query params. You can do something like this:

somedomain.com/filecached.xml?v=someRandomValue

If you add this parameter to the file url, a new version will be obtained.

于 2012-12-15T17:20:09.897 回答