You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Cloudflare as CDN
when we use pre-rendered.io with headers "cache-control:no-cache"
, then first response comes fine, but the second response from pre-rendered get cached in Cloudflare
I don't want to cache the pre-rendered.io response to Cloudflare
can somebody help me how do I configure prerender.io with Cloudflare?
The text was updated successfully, but these errors were encountered:
I just had the same issue, setting the 'host' to the one behind the cloudflare proxy to bypass the cache worked for me: app.use(require('prerender-node').set('host', 'myfirebaseapp.web.app'));
You can use 'beforeRender' if you then need to change the cache header for the prerender requests.
We are using Cloudflare as CDN
when we use pre-rendered.io with headers "cache-control:no-cache"
, then first response comes fine, but the second response from pre-rendered get cached in Cloudflare
I don't want to cache the pre-rendered.io response to Cloudflare
can somebody help me how do I configure prerender.io with Cloudflare?
The text was updated successfully, but these errors were encountered: