Open andygr opened 5 years ago
The assumption is that segments do not change, so they get a fixed (old) last-modified, and a large max-age. Manifests, on the other hand, contain tokens that are expiring, so they get last-modified=now and a short max-age (we use 1 hour)
Hello,
When I am activating the secure token module, there is always the same Last-Modified date/time.
For example, this is the request:
https://cdnuser1.example.com/hls/5d15498d3b4e13.57348983/1024_576_2200_5d15498d3b4e13.57348983_00063.ts?token=st=1570570271~exp=1570656671~acl=/hls/5d15498d3b4e13.57348983/*~hmac=e5ba663a0e01481b77663d997ad7be092fbc7df69a52add27f9cb6381f2bcc50
and the headers:
and this is the token config in nginx
Have you seen something similar? I can't figure out way is using the default Last-Modified: Sun, 19 Nov 2000 08:52:00 GMT
Regards, Andrew