Trying to cache a page so it's served from CF, but it's BYPASS all the time
I'm trying to add a feature to our sites where we can designate certain pages to be served directly from CF instead of our server. I'm setting the
cache-control
properly I think, but there are 2 cookies the responses so I think the page won't be cached. Is there a way to ignore those cookies and cache it anyway1 Reply
I'm working on getting those cookies removed from the response (Laravel) but struggling, so wondering if those can be ignored and the page cached (and served from CF) without them