HTTP Header - If-Modified-Since

About

If-Modified-Since is a request HTTP header that make the creation of the response body conditional.

If the requested resource has not been modified since the time specified in this field, a 304 (not modified) status response is returned without any message-body.

In other words, it tell Crawlers if the content has changed since the last crawl.

Supporting this feature saves:

Documentation / Reference





Discover More
Robots Useragent
Web - Robots (Wanderers | Crawlers | Spiders)

This page is in a web context. Web Robots (also known as Web Wanderers, Crawlers, or Spiders), are crawler program that scan the web generally in order to: create an search engine. See or seo...
What is a cache validation (conditional HTTP GET request) ?

A cache validation known as a conditional HTTP GET request asks the server if a resource has been modified



Share this page:
Follow us:
Task Runner