Back to HTTP Check Tool
3xx · Redirection

304Not Modified

资源未被修改,可使用缓存版本。

What is HTTP 304?

304 Not Modified 告诉客户端缓存的资源仍然有效,无需重新传输。与 If-Modified-Since 或 If-None-Match 头配合使用。可以大幅节省带宽。

Example

GET with If-None-Match: "abc" → 304 Not Modified

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 浏览器缓存验证
  • CDN 缓存命中
  • 带 ETag 的 API 响应缓存

Quick Facts

Code304
Category3xx
TypeRedirection

Related 3xx Codes