Closed karenetheridge closed 5 years ago
Similarly to #896, we can also cache some authenticated endpoint responses as long as nginx always pings the api to ensure the cached data is correct (therefore authenticating the user). We can do this with the Cache-Control: no-cache header.
Cache-Control: no-cache
This would be used for https://github.com/joyent/conch-ui/issues/146.
Similarly to #896, we can also cache some authenticated endpoint responses as long as nginx always pings the api to ensure the cached data is correct (therefore authenticating the user). We can do this with the
Cache-Control: no-cache
header.This would be used for https://github.com/joyent/conch-ui/issues/146.