Last-Modified Header Validator
Validate whether an HTTP Last-Modified header is in the correct format (HTTP-date, RFC 7231). Useful for debugging browser cache, CDNs and website performance.
Result
—
The exact format of Last-Modified
The Last-Modified header states when the resource last changed, and it underpins conditional revalidation: the client stores the date and, on the next visit, asks whether anything changed since. If nothing did, the response is short and bodiless. But the date format is rigid, and a date the client cannot parse makes all that saving disappear.
Paste the value and the page validates it against the required format: abbreviated English weekday, comma, two-digit day, abbreviated English month, four-digit year, time, and the literal GMT. None of that is negotiable — not the language, not the leading zeros, not the zone, which is always GMT even when the server sits elsewhere.
Three historical formats were once accepted, and the current specification says to generate only this one and accept the other two when reading, for compatibility. In practice, a server generating an old format meets a client that will not parse it, and revalidation quietly stops working — no error, just the resource being downloaded in full every time.
Frequently asked questions
Why is the zone always GMT?
Last-Modified or ETag?
Can the date be in the future?
Related Tools
Email Validator
Check if an email address is valid. Analyzes structure, domain and local part. Processed in the browser, no data sent to any server.
Bradesco Bank Account Validator
Validate Bradesco account format: 4-digit branch + 7-digit account + 1 DV. Checks format and bank patterns.
IBGE Municipality Code Validator
Validate IBGE municipality code format (7 digits: UF + 5 inner). Checks if first 2 are a valid UF.
CNPJ Validator
Validate Brazilian CNPJ numbers instantly using the official algorithm. Useful for testing fiscal document validation. No data sent to servers.
IBAN Validator
Validate any international IBAN following ISO 13616 (mod-97) with country and length checks. Runs entirely in your browser — no data is sent anywhere.
ISBN Validator
Validate a book ISBN (ISBN-10 or ISBN-13) by its check digit, with hyphens or spaces. Useful for libraries, bookstores and publishing catalogs.