Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何检查我的浏览器发送的“ If-Modified-Since ”标头的服务器响应。我不确定如何实现它。任何帮助对我来说都是很大的,谢谢。
检查 HTTP 响应代码(例如,使用curl)。如果资源没有被修改,你会得到一个304响应,否则,在非错误的情况下,一个200.
curl
304
200