本文介绍了Expires vs max-age,如果两者都在HTTP响应中声明,哪一个优先?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果HTTP响应同时返回Expires和max-age指示使用哪一个?
If a HTTP response that returns both Expires and max-age indications which one is used?
Cache-Control: max-age=3600
Expires: Tue, 15 May 2008 07:19:00 GMT
考虑到每个人都指的是不同的时间点。
Considering that each one refers to a different point in time.
推荐答案
看到这个答案:
这篇关于Expires vs max-age,如果两者都在HTTP响应中声明,哪一个优先?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!