Load a file with caching headers

Making this request without these parameters should make an uncached request. When you provide if-modified-since or if-none-match you should return a 304 Not Modified

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
date-time

An RFC 3339 formatted date-time string, preferably in UTC. If the resource was last updated before the provided date-time, the server should return a 304 Not Modified response, otherwise a 200 with an accurate last-modified time

string

If you provide a value here, it will be checked against the generated ETAG of the target resource. If they match, you'll get a 304 Not Modified response, otherwise a 200 OK with a new ETAG

Response
default

successful response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!