yep. after hard reload, it still uses
yep. after hard reload, it still uses the cached version:
i tested just shortly after adding the captions. (accessing the video via incognito works since there's no local cached version)
i'm trying to figure out how to ignore this local cache.
i'm using an iframe to render the video, and within the iframe the request to fetch captions is made with a url like
is there any way to change the Cache-Control response headers for this request? its currently set to
200 OK (from disk cache)i tested just shortly after adding the captions. (accessing the video via incognito works since there's no local cached version)
i'm trying to figure out how to ignore this local cache.
i'm using an iframe to render the video, and within the iframe the request to fetch captions is made with a url like
https://cloudflarestream.com/{video_id}/text/en.vttis there any way to change the Cache-Control response headers for this request? its currently set to
max-age=1800