Closed scrajesh closed 4 years ago
where's the part that sets the HTTP cache expiration header?
where's the part that sets the HTTP cache expiration header?
you can find it here in the new temporary api: https://github.com/electrode-io/electrode-ota-server/blob/master/electrode-ota-server-routes-acquisition/src/index.js#L107
/foo_getp/{hash}
sends standard cache-control header to enable caching in proxy(Edgecast) It's a temporary api to validate the caching. It's not exposed anywhere.Existing
/storagev2/{hash}
will not send any cache-control headers.