Well, at least OPM. I had to temporarily blacklist a report whose title showed up, but which linked to #. But when I added ?t=238745345 to the end of the URL, the download link showed up properly. So, CDN/caching issues.
Adding a flag to utils.download probably makes the most sense -- or, always add one if the request is not expecting a binary file.
Well, at least OPM. I had to temporarily blacklist a report whose title showed up, but which linked to
#
. But when I added?t=238745345
to the end of the URL, the download link showed up properly. So, CDN/caching issues.Adding a flag to
utils.download
probably makes the most sense -- or, always add one if the request is not expecting abinary
file.