Rather than setting "Cache-Control: no-store", use "no-cache". The difference is that "no-store" tells the browser that it must always completely re-fetch the resource; whereas "no-cache" means that the browser can write the resource to disk but must re-validate it (e.g. using Etags) before re-using it. |
||
|---|---|---|
| .. | ||
| go.mod | ||
| go.sum | ||
| main.go | ||