HTTP headers / response header
Last-Modified: Tue, 10 Jun 2026 18:31:00 GMT
Timestamp-based cache validator, the simpler sibling of ETag. Pairs with If-Modified-Since.
One-second resolution makes it unreliable for fast-changing resources — prefer ETag when both exist.
The fastest way to see what Last-Modified is actually doing is to send the request and read both sides raw — ReqPad shows auto-generated and custom headers for every request, on all six protocols, with history. Related references: status codes · WWW-Authenticate · Content-Encoding · Transfer-Encoding · ETag · Expires · Location
Build the request, send it, read raw headers and timing — from your iPhone. Free to start.