What headers can one set to disable Chrome's prefetch cache for certain requests?
On my site, a user POSTs a form and is redirected (303) to "/" with certain headers. However, Chrome doesn't always send the new cookies when requesting the redirected "/". Chrome - "disable cache" solves this when I develop locally. How can I solve this in prod?