How are 103 Early hints cached, origin cache or is it another rule?

What is the name of the domain?

What is the issue you’re encountering

I have a hard time to find the cache rules of 103 Early hints

What steps have you taken to resolve the issue?

I have searched the internet for the response.
How are link headers cached for 103 Early hints?
Are they cached according to origin cache rules?
Or can 103 Early hints be returned for: max-age=0, must-revalidate ?

Here is the documentation on 103 Early Hints that may assist you in understanding its implementation and functional: 103 Early Hints | Cloudflare Workers docs

Could you please provide the specific domain name that is experiencing the issue? Additionally, if possible, include a screenshot of the error.

Early Hints are just headers that tell your browser to request a resource while it’s waiting for the main page. It’s only those headers that are cached, and that caching has nothing to do with the cache-control headers of those resources.

Thank you @zakri, but that page does not tell how & the duration the link-headers are cached

Thank you @sdayman, ok, so what we know is just that it is cached based on other rules than origin cache headers. That might just be enough for now

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.