0 votes
in Secure Programming Practices by
It is a good programming practice to prevent caching of sensitive data at client or proxies, by implementing which of the following?

Select the correct option from below

a)“Cache-Control: do not-save, do not store”

b)“Cache-Control: no cache”

c)“Cache-Control: no store”

d)“Cache-Control: do not-cache, do not save”

e)“Cache-Control: do not-cache, do not save”

f) “Cache-Control: no-cache, no store”

1 Answer

0 votes
by

f) “Cache-Control: no-cache, no store”

It is a good programming practice to prevent caching of sensitive data at client or proxies, by implementing “Cache-Control: no-cache, no store”

Related questions

0 votes
asked Mar 17, 2021 in Secure Programming Practices by DavidAnderson
0 votes
asked Sep 19, 2022 in Time Series Analysis by Robin
...