I have to customized cache-control value for security reason,When I add new value in custom header for cache-control ,it will get append to private.
Asked
Active
Viewed 49 times
0
-
Read [this article](https://support.microsoft.com/en-au/help/247404/how-to-modify-the-cache-control-http-header-when-you-use-iis), hope it will be helpful – Kate Orlova Jul 09 '19 at 19:37
-
try to add `
-
I got my answer from this post https://stackoverflow.com/questions/10908115/something-is-forcing-responses-to-have-cache-control-private-in-iis7/33065747 It will not allow to send default value for cache control in response header – microgu Jul 28 '19 at 17:06