Hello!
I am following up on this post from some time ago:
https://groups.google.com/a/chromium.org/g/net-dev/c/bfmJbqSUODI/m/fvsTUSaaAgAJ
Is it still correct that the networking stack does not cache requests
made with a transient NIK?
In our situation (the FedCM API), we make a couple of requests with a
transient NIK whenever a website calls our API. This is to request
public files, including a /.well-known file. We would ideally like to
cache these (according to whichever cache-control headers were sent)
because they rarely change and it would speed up our API in a number
of common cases.
Is it now possible to cache such requests?
Thanks!
Christian