1

Some of my images return these headers return headers

Can anyone tell me when this image cache is going to expire and why?

codebox
  • 19,927
  • 9
  • 63
  • 81
Kstaoo
  • 63
  • 1
  • 7

1 Answers1

2

The Cache-Control value is the one that will be used - the image will expire from the cache after 604800 seconds. See this question for more detail.

See also here:

When both Cache-Control and Expires are present, Cache-Control takes precedence
Community
  • 1
  • 1
codebox
  • 19,927
  • 9
  • 63
  • 81