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

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

Last-Modified: Wed, 21 May 2008 17:11:54 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, 22 May 2008 17:11:54 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:] Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
[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
[Pragma:] no-cache
[User-Agent:] CCBot/1.0 (+http://www.commoncrawl.org/bot.html)


If-modified-since: Thu, 01 Jan 1970 00:00:00 GMT
Last-modified....: Wed, 21 May 2008 17:11:54 GMT