connectome-neuprint / neuPrintHTTP

Implements connectomics REST interface
5 stars 2 forks source link

Remove caching of requests to /index.html #49

Open neomorphic opened 4 years ago

neomorphic commented 4 years ago

The response to requests to /index.html needs to be returned with the following headers to prevent browsers caching stale versions of the neuPrintExplorer application.

cache-control: private, no-cache, no-store, must-revalidate expires: Sat, 01 Jan 2000 00:00:00 GMT