Test: Last-Modified • If-Modified-Since • Not-Modified

This page sends a "Last-Modified: Yesterday/Now" HTTP response header

Last-Modified: Wed, 01 Sep 2010 11:46:52 GMT

and should respond with 304-Not Modified if you request it (twice) with an "If-Modified-Since: Today/Now" HTTP request header:

If-Modified-Since: Thu, 02 Sep 2010 11:46:52 GMT

(Please read the tutorial, and here is a tool to test Last-Modified/If-Modified-Since/Not-Modified functionality.)


Here is your HTTP request header:

[GET:] /tools/last-modified-yesterday.php
[Accept:] text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
[Accept-Charset:] ISO-8859-1,utf-8;q=0.7,*;q=0.7
[Accept-Encoding:] gzip
[Accept-Language:] en-us,en;q=0.5
[Cache-Control:] no-cache
[Connection:] close
[Host:] sebastians-pamphlets.com
[If-Modified-Since:] Fri, 02 Apr 2010 13:02:25 GMT
[Pragma:] no-cache
[User-Agent:] CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
[x-cc-id:] ccc01-02


If-modified-since: Fri, 02 Apr 2010 13:02:25 GMT
Last-modified....: Wed, 01 Sep 2010 11:46:52 GMT