Incremental Static Regeneration (ISR) Example

https://httpbin.org/get response (Revalidated)

IP: 34.127.85.94

User Agent: node

Server Time (at generation/revalidation): 2025-03-14T02:42:17.798Z

Time of Request (Client-side):

View Full Response
{
  "args": {},
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "br, gzip, deflate",
    "Accept-Language": "*",
    "Host": "httpbin.org",
    "Sec-Fetch-Mode": "cors",
    "User-Agent": "node",
    "X-Amzn-Trace-Id": "Root=1-67d39789-14d77b3a290542452cd5a528"
  },
  "origin": "34.127.85.94",
  "url": "https://httpbin.org/get"
}

This page demonstrates Incremental Static Regeneration (ISR). The data above is revalidated every 30 seconds. If you refresh within 30 seconds, you'll see the same server time and data. After 30 seconds, a new version may be generated on the next request. Note the difference between the server time and client time to confirm ISR behavior.

Back to Home