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 ModifiedCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →